2024-01-21T11:23:40.044 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T11:23:40.045 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477 --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477/orig.config.yaml 2024-01-21T11:23:40.084 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T11:23:40.173 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524477' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-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-yuri4-testing-2024-01-18-1257-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: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDhGEorGz8y2Izy06w0x7KEDYb4dvH4VMVS89+vlv91eiNF4L6cWlvZ4n1oVX8V83V7Z9Ou/UWlmpnyfiaMVN10= smithi162.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHsgOZ43BAr0mfBXryWqzQXE7SAdl3R+OtPpoPVuSbzBezMuz6O3UlrQscnscYLTp3xM8+QSWk31v7Hi7AE/SDg= 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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-01-21T11:23:40.174 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T11:23:40.174 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T11:23:40.175 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T11:23:40.176 INFO:teuthology.task.internal:Checking packages... 2024-01-21T11:23:40.201 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T11:23:40.201 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T11:23:40.201 INFO:teuthology.packaging:ref: None 2024-01-21T11:23:40.201 INFO:teuthology.packaging:tag: None 2024-01-21T11:23:40.201 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T11:23:40.201 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:23:40.202 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T11:23:40.349 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T11:23:40.351 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T11:23:40.360 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T11:23:40.360 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T11:23:40.376 INFO:teuthology.task.internal:Saving configuration 2024-01-21T11:23:40.392 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T11:23:40.400 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T11:23:40.425 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477', '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-01-21 11:18:17.053867', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDhGEorGz8y2Izy06w0x7KEDYb4dvH4VMVS89+vlv91eiNF4L6cWlvZ4n1oVX8V83V7Z9Ou/UWlmpnyfiaMVN10='} 2024-01-21T11:23:40.449 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477', '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-01-21 11:18:17.052188', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHsgOZ43BAr0mfBXryWqzQXE7SAdl3R+OtPpoPVuSbzBezMuz6O3UlrQscnscYLTp3xM8+QSWk31v7Hi7AE/SDg='} 2024-01-21T11:23:40.449 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T11:23:40.460 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-21T11:23:40.460 INFO:teuthology.task.internal:roles: ubuntu@smithi162.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-21T11:23:40.460 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T11:23:40.568 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f99d505ef70>, signals=[15]) 2024-01-21T11:23:40.569 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T11:23:40.576 INFO:teuthology.task.internal:Opening connections... 2024-01-21T11:23:40.576 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T11:23:40.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:23:40.653 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2024-01-21T11:23:40.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:23:40.724 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T11:23:40.733 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2024-01-21T11:23:40.756 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2024-01-21T11:23:40.756 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2024-01-21T11:23:40.818 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="CentOS Stream" 2024-01-21T11:23:40.818 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="8" 2024-01-21T11:23:40.818 INFO:teuthology.orchestra.run.smithi087.stdout:ID="centos" 2024-01-21T11:23:40.818 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="rhel fedora" 2024-01-21T11:23:40.818 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="8" 2024-01-21T11:23:40.818 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el8" 2024-01-21T11:23:40.819 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T11:23:40.819 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2024-01-21T11:23:40.819 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T11:23:40.819 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://centos.org/" 2024-01-21T11:23:40.819 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T11:23:40.819 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T11:23:40.819 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T11:23:40.819 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2024-01-21T11:23:40.841 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2024-01-21T11:23:40.863 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2024-01-21T11:23:40.863 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="CentOS Stream" 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="8" 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:ID="centos" 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE="rhel fedora" 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="8" 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:PLATFORM_ID="platform:el8" 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:ANSI_COLOR="0;31" 2024-01-21T11:23:40.923 INFO:teuthology.orchestra.run.smithi162.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T11:23:40.924 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://centos.org/" 2024-01-21T11:23:40.924 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T11:23:40.924 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T11:23:40.924 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T11:23:40.924 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2024-01-21T11:23:40.940 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T11:23:40.951 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T11:23:40.962 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T11:23:40.962 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2024-01-21T11:23:40.965 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2024-01-21T11:23:40.984 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T11:23:40.992 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T11:23:40.992 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2024-01-21T11:23:41.026 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2024-01-21T11:23:41.059 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T11:23:41.117 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T11:23:41.131 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T11:23:41.131 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T11:23:41.131 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T11:23:41.132 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T11:23:41.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:23:41.150 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2024-01-21T11:23:41.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:23:41.152 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-01-21T11:23:41.209 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-489.el8.x86_64 2024-01-21T11:23:41.209 INFO:teuthology.task.kernel:Running kernel on smithi162: 4.18.0-489.el8.x86_64 2024-01-21T11:23:41.210 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum install -y kernel 2024-01-21T11:23:41.213 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-489.el8.x86_64 2024-01-21T11:23:41.213 INFO:teuthology.task.kernel:Running kernel on smithi087: 4.18.0-489.el8.x86_64 2024-01-21T11:23:41.213 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2024-01-21T11:24:51.233 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - AppStream 400 kB/s | 26 MB 01:07 2024-01-21T11:25:01.483 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - AppStream 347 kB/s | 26 MB 01:17 2024-01-21T11:25:37.940 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - BaseOS 250 kB/s | 10 MB 00:42 2024-01-21T11:25:39.832 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras 58 kB/s | 18 kB 00:00 2024-01-21T11:25:40.208 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras common packages 26 kB/s | 6.9 kB 00:00 2024-01-21T11:25:40.426 INFO:teuthology.orchestra.run.smithi162.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2024-01-21T11:25:41.510 INFO:teuthology.orchestra.run.smithi162.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2024-01-21T11:25:45.260 INFO:teuthology.orchestra.run.smithi162.stdout:lab-extras 421 kB/s | 24 kB 00:00 2024-01-21T11:25:48.165 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T11:25:48.165 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T11:25:48.277 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2024-01-21T11:25:48.278 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:25:48.278 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2024-01-21T11:25:48.278 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:25:48.278 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2024-01-21T11:25:48.278 INFO:teuthology.orchestra.run.smithi162.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T11:25:48.278 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout:Install 3 Packages 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 89 M 2024-01-21T11:25:48.279 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 96 M 2024-01-21T11:25:48.280 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2024-01-21T11:25:49.387 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - BaseOS 243 kB/s | 10 MB 00:43 2024-01-21T11:25:51.412 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-01-21T11:25:51.921 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2024-01-21T11:25:52.148 INFO:teuthology.orchestra.run.smithi087.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-01-21T11:25:53.651 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-01-21T11:25:57.391 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 356 kB/s | 24 kB 00:00 2024-01-21T11:26:00.254 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T11:26:00.255 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T11:26:00.361 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-01-21T11:26:00.362 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:26:00.362 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-01-21T11:26:00.362 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:26:00.362 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-01-21T11:26:00.362 INFO:teuthology.orchestra.run.smithi087.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T11:26:00.362 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-01-21T11:26:00.363 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T11:26:00.363 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T11:26:00.363 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:26:00.363 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-01-21T11:26:00.363 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:26:00.363 INFO:teuthology.orchestra.run.smithi087.stdout:Install 3 Packages 2024-01-21T11:26:00.363 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:26:00.363 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 89 M 2024-01-21T11:26:00.364 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 96 M 2024-01-21T11:26:00.364 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-01-21T11:27:03.980 INFO:teuthology.orchestra.run.smithi162.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 138 kB/s | 10 MB 01:15 2024-01-21T11:27:22.357 INFO:teuthology.orchestra.run.smithi087.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 128 kB/s | 10 MB 01:21 2024-01-21T11:30:35.446 INFO:teuthology.orchestra.run.smithi087.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 134 kB/s | 36 MB 04:34 2024-01-21T11:30:43.243 INFO:teuthology.orchestra.run.smithi162.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 125 kB/s | 36 MB 04:54 2024-01-21T11:31:20.978 INFO:teuthology.orchestra.run.smithi162.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 132 kB/s | 43 MB 05:32 2024-01-21T11:31:20.978 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2024-01-21T11:31:20.978 INFO:teuthology.orchestra.run.smithi162.stdout:Total 274 kB/s | 89 MB 05:32 2024-01-21T11:31:21.655 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2024-01-21T11:31:22.041 INFO:teuthology.orchestra.run.smithi087.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 137 kB/s | 43 MB 05:21 2024-01-21T11:31:22.041 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-01-21T11:31:22.041 INFO:teuthology.orchestra.run.smithi087.stdout:Total 284 kB/s | 89 MB 05:21 2024-01-21T11:31:22.077 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2024-01-21T11:31:22.077 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2024-01-21T11:31:22.717 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-01-21T11:31:23.127 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-01-21T11:31:23.127 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-01-21T11:31:23.321 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2024-01-21T11:31:23.353 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2024-01-21T11:31:24.351 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-01-21T11:31:24.380 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-01-21T11:31:26.139 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2024-01-21T11:31:26.683 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:31:27.126 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-01-21T11:31:27.644 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:31:30.265 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:31:30.682 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:31:31.220 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:31:31.602 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:31:34.115 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:31:34.413 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:35.024 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:31:35.300 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:56.253 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:56.277 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:56.633 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:56.633 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:31:56.633 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:31:57.008 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:57.032 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:57.098 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:57.098 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:31:57.098 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2024-01-21T11:31:57.098 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T11:31:57.099 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T11:31:57.099 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:31:57.099 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2024-01-21T11:31:57.253 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T11:31:57.364 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:57.364 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:31:57.364 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:31:57.495 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T11:31:57.496 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T11:31:57.496 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T11:31:57.496 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T11:31:57.496 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T11:31:57.496 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T11:31:57.496 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi162.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T11:31:57.496 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T11:31:57.705 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T11:31:57.705 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T11:31:57.706 DEBUG:teuthology.orchestra.run.smithi162:> sudo rpm -qi grub2-tools 2024-01-21T11:31:57.739 INFO:teuthology.orchestra.run.smithi162.stdout:Name : grub2-tools 2024-01-21T11:31:57.739 INFO:teuthology.orchestra.run.smithi162.stdout:Epoch : 1 2024-01-21T11:31:57.739 INFO:teuthology.orchestra.run.smithi162.stdout:Version : 2.02 2024-01-21T11:31:57.739 INFO:teuthology.orchestra.run.smithi162.stdout:Release : 129.el8 2024-01-21T11:31:57.739 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: x86_64 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Group : System Environment/Base 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Size : 9265586 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:License : GPLv3+ 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Relocations : (not relocatable) 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Packager : CentOS BuildSystem 2024-01-21T11:31:57.740 INFO:teuthology.orchestra.run.smithi162.stdout:Vendor : CentOS 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout:Summary : Support tools for GRUB. 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout:Description : 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout:hardware devices. 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:31:57.741 INFO:teuthology.orchestra.run.smithi162.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T11:31:57.743 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T11:31:57.743 INFO:teuthology.task.kernel:Updating grub on smithi162 to boot 4.18.0-535.el8.x86_64 2024-01-21T11:31:57.743 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T11:31:58.112 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:31:58.112 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:31:58.112 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-01-21T11:31:58.112 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T11:31:58.113 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T11:31:58.113 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:31:58.113 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-01-21T11:31:58.247 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T11:31:58.507 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T11:31:58.508 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T11:31:58.508 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T11:31:58.508 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T11:31:58.508 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T11:31:58.508 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T11:31:58.508 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T11:31:58.508 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T11:31:58.717 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T11:31:58.717 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T11:31:58.718 DEBUG:teuthology.orchestra.run.smithi087:> sudo rpm -qi grub2-tools 2024-01-21T11:31:58.751 INFO:teuthology.orchestra.run.smithi087.stdout:Name : grub2-tools 2024-01-21T11:31:58.751 INFO:teuthology.orchestra.run.smithi087.stdout:Epoch : 1 2024-01-21T11:31:58.751 INFO:teuthology.orchestra.run.smithi087.stdout:Version : 2.02 2024-01-21T11:31:58.751 INFO:teuthology.orchestra.run.smithi087.stdout:Release : 129.el8 2024-01-21T11:31:58.751 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: x86_64 2024-01-21T11:31:58.751 INFO:teuthology.orchestra.run.smithi087.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Group : System Environment/Base 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Size : 9265586 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:License : GPLv3+ 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Relocations : (not relocatable) 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Packager : CentOS BuildSystem 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Vendor : CentOS 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Summary : Support tools for GRUB. 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout:Description : 2024-01-21T11:31:58.752 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:31:58.753 INFO:teuthology.orchestra.run.smithi087.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T11:31:58.753 INFO:teuthology.orchestra.run.smithi087.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T11:31:58.753 INFO:teuthology.orchestra.run.smithi087.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T11:31:58.753 INFO:teuthology.orchestra.run.smithi087.stdout:hardware devices. 2024-01-21T11:31:58.753 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:31:58.753 INFO:teuthology.orchestra.run.smithi087.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T11:31:58.755 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T11:31:58.755 INFO:teuthology.task.kernel:Updating grub on smithi087 to boot 4.18.0-535.el8.x86_64 2024-01-21T11:31:58.756 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T11:31:59.509 INFO:teuthology.orchestra.run.smithi162.stderr:Generating grub configuration file ... 2024-01-21T11:32:00.070 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2024-01-21T11:32:01.684 INFO:teuthology.orchestra.run.smithi162.stderr:done 2024-01-21T11:32:01.686 DEBUG:teuthology.orchestra.run.smithi162:> mktemp 2024-01-21T11:32:01.709 INFO:teuthology.orchestra.run.smithi162.stdout:/tmp/tmp.3ItejJ8UyP 2024-01-21T11:32:01.710 DEBUG:teuthology.orchestra.run.smithi162:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3ItejJ8UyP 2024-01-21T11:32:01.784 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0666 /tmp/tmp.3ItejJ8UyP 2024-01-21T11:32:01.863 INFO:teuthology.orchestra.run.smithi087.stderr:done 2024-01-21T11:32:01.865 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2024-01-21T11:32:01.888 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.gsCblwJnxl 2024-01-21T11:32:01.888 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gsCblwJnxl 2024-01-21T11:32:01.930 DEBUG:teuthology.orchestra.remote:smithi162:/tmp/tmp.3ItejJ8UyP is 6KB 2024-01-21T11:32:01.953 DEBUG:teuthology.orchestra.run.smithi162:> rm -fr /tmp/tmp.3ItejJ8UyP 2024-01-21T11:32:01.961 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.gsCblwJnxl 2024-01-21T11:32:01.970 DEBUG:teuthology.orchestra.run.smithi162:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T11:32:02.042 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T11:32:02.043 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T11:32:02.043 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T11:32:02.043 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T11:32:02.044 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T11:32:02.106 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.gsCblwJnxl is 6KB 2024-01-21T11:32:02.154 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.gsCblwJnxl 2024-01-21T11:32:02.171 DEBUG:teuthology.orchestra.run.smithi087:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T11:32:02.192 DEBUG:teuthology.orchestra.run.smithi162:> sudo shutdown -r now 2024-01-21T11:32:02.240 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T11:32:02.241 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T11:32:02.241 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T11:32:02.241 INFO:teuthology.orchestra.run.smithi087.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T11:32:02.241 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T11:32:02.385 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2024-01-21T11:32:32.224 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T11:32:32.225 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-21T11:32:32.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:32:32.388 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T11:32:32.388 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-01-21T11:32:32.388 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:32:50.620 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-21T11:32:50.880 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-01-21T11:32:59.630 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-21T11:32:59.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:32:59.881 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-01-21T11:32:59.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:33:02.684 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-21T11:33:02.940 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-01-21T11:33:14.696 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-21T11:33:14.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:33:14.941 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-01-21T11:33:14.941 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:33:33.120 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-21T11:33:46.745 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-01-21T11:33:47.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-01-21T11:33:47.014 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-21T11:33:47.015 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-01-21T11:33:47.031 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-535.el8.x86_64 2024-01-21T11:33:47.032 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T11:33:47.032 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T11:33:47.032 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T11:33:48.032 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T11:33:48.033 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T11:33:48.121 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-21T11:33:48.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:33:48.124 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2024-01-21T11:33:48.136 DEBUG:teuthology.parallel:result is None 2024-01-21T11:33:48.537 DEBUG:teuthology.orchestra.run.smithi162:> true 2024-01-21T11:33:49.084 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-21T11:33:49.084 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-21T11:33:49.084 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2024-01-21T11:33:49.100 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-535.el8.x86_64 2024-01-21T11:33:49.101 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T11:33:49.101 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T11:33:49.101 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T11:33:50.101 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T11:33:50.102 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T11:33:50.173 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2024-01-21T11:33:50.196 DEBUG:teuthology.parallel:result is None 2024-01-21T11:33:50.196 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T11:33:50.203 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T11:33:50.203 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T11:33:50.206 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T11:33:50.225 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T11:33:50.231 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T11:33:50.239 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T11:33:50.239 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T11:33:50.267 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T11:33:50.319 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T11:33:50.325 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T11:33:50.325 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-21T11:33:50.331 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-21T11:33:50.363 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:33:50.368 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:33:50.374 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:33:50.378 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:33:50.379 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T11:33:50.386 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T11:33:50.386 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T11:33:50.418 DEBUG:teuthology.orchestra.run.smithi162:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T11:33:50.448 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T11:33:50.457 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T11:33:50.457 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T11:33:50.487 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T11:33:50.505 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:33:50.589 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:33:50.646 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:33:50.689 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:33:50.731 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:33:50.731 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T11:33:50.797 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:33:50.841 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:33:50.888 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:33:50.974 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:33:51.015 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-21T11:33:51.016 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T11:33:51.092 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2024-01-21T11:33:51.095 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2024-01-21T11:33:51.154 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T11:33:51.196 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T11:33:51.555 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T11:33:51.563 INFO:teuthology.task.internal:Starting timer... 2024-01-21T11:33:51.563 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T11:33:51.573 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T11:33:51.581 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T11:33:51.582 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2024-01-21T11:33:51.664 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: 2024-01-21T11:33:51.665 DEBUG:teuthology.orchestra.run.smithi162:> sudo service auditd rotate 2024-01-21T11:33:51.761 INFO:teuthology.orchestra.run.smithi162.stdout:Rotating logs: 2024-01-21T11:33:51.763 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T11:33:51.763 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2024-01-21T11:33:51.788 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2024-01-21T11:33:51.789 DEBUG:teuthology.orchestra.run.smithi162:> /usr/sbin/getenforce 2024-01-21T11:33:51.808 INFO:teuthology.orchestra.run.smithi162.stdout:Permissive 2024-01-21T11:33:51.808 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi087.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi162.front.sepia.ceph.com': 'permissive'} 2024-01-21T11:33:51.809 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-21T11:33:51.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:33:51.856 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-21T11:33:51.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:33:51.883 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T11:33:51.884 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2024-01-21T11:33:51.923 DEBUG:teuthology.orchestra.run.smithi162:> sudo /usr/sbin/setenforce permissive 2024-01-21T11:33:51.950 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T11:33:51.966 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-21T11:33:51.971 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-21T11:33:52.100 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T11:33:52.116 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-01-21T11:33:52.117 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi087.front.sepia.ceph.com,smithi162.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T11:41:34.716 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi162.front.sepia.ceph.com')] 2024-01-21T11:41:34.717 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-01-21T11:41:34.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:41:34.793 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-01-21T11:41:34.862 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-01-21T11:41:34.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-21T11:41:34.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:41:34.934 DEBUG:teuthology.orchestra.run.smithi162:> true 2024-01-21T11:41:35.007 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-21T11:41:35.007 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T11:41:35.018 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T11:41:35.018 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T11:41:35.019 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-21T11:41:35.021 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T11:41:35.021 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-21T11:41:35.050 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T11:41:35.063 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T11:41:35.080 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T11:41:35.095 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T11:41:35.124 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2024-01-21T11:41:35.135 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2024-01-21T11:41:35.148 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T11:41:35.161 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T11:41:35.164 INFO:teuthology.orchestra.run.smithi162.stderr:sudo: ntpd: command not found 2024-01-21T11:41:35.176 INFO:teuthology.orchestra.run.smithi162.stdout:506 Cannot talk to daemon 2024-01-21T11:41:35.190 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T11:41:35.203 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T11:41:35.235 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2024-01-21T11:41:35.239 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T11:41:35.239 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2024-01-21T11:41:35.239 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:35.239 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:35.239 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:35.239 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:35.273 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2024-01-21T11:41:35.277 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T11:41:35.277 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2024-01-21T11:41:35.277 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:35.277 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:35.277 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:35.277 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:35.278 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T11:41:35.288 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T11:41:35.288 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T11:41:35.288 DEBUG:teuthology.orchestra.run.smithi087:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T11:41:35.289 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi162.front.sepia.ceph.com 2024-01-21T11:41:35.289 DEBUG:teuthology.orchestra.run.smithi162:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T11:41:36.038 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:24 ago on Sun 21 Jan 2024 11:40:11 AM UTC. 2024-01-21T11:41:36.077 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:33 ago on Sun 21 Jan 2024 11:40:02 AM UTC. 2024-01-21T11:41:37.969 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-01-21T11:41:37.970 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:41:37.970 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-01-21T11:41:37.970 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:41:37.970 INFO:teuthology.orchestra.run.smithi087.stdout:Resetting modules: 2024-01-21T11:41:37.970 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools 2024-01-21T11:41:37.970 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:41:37.971 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-01-21T11:41:37.971 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:41:37.971 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:41:38.027 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2024-01-21T11:41:38.028 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:41:38.028 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2024-01-21T11:41:38.028 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:41:38.028 INFO:teuthology.orchestra.run.smithi162.stdout:Resetting modules: 2024-01-21T11:41:38.028 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools 2024-01-21T11:41:38.028 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:41:38.029 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2024-01-21T11:41:38.029 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:41:38.029 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:41:38.249 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-01-21T11:41:38.318 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2024-01-21T11:41:39.054 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:27 ago on Sun 21 Jan 2024 11:40:11 AM UTC. 2024-01-21T11:41:39.141 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:36 ago on Sun 21 Jan 2024 11:40:02 AM UTC. 2024-01-21T11:41:40.987 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout:Installing group/module packages: 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T11:41:41.022 INFO:teuthology.orchestra.run.smithi087.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout:Installing weak dependencies: 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout:Installing module profiles: 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools/common 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling module streams: 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools rhel8 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-21T11:41:41.023 INFO:teuthology.orchestra.run.smithi087.stdout:Install 13 Packages 2024-01-21T11:41:41.024 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:41:41.024 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 27 M 2024-01-21T11:41:41.024 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 89 M 2024-01-21T11:41:41.024 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-01-21T11:41:41.077 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2024-01-21T11:41:41.112 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:41:41.112 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2024-01-21T11:41:41.112 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout:Installing group/module packages: 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T11:41:41.113 INFO:teuthology.orchestra.run.smithi162.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout:Installing weak dependencies: 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout:Installing module profiles: 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools/common 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout:Enabling module streams: 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools rhel8 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout:Install 13 Packages 2024-01-21T11:41:41.114 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:41:41.115 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 27 M 2024-01-21T11:41:41.115 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 89 M 2024-01-21T11:41:41.115 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2024-01-21T11:41:41.694 INFO:teuthology.orchestra.run.smithi087.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2024-01-21T11:41:41.771 INFO:teuthology.orchestra.run.smithi162.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2024-01-21T11:41:41.794 INFO:teuthology.orchestra.run.smithi087.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 379 kB/s | 38 kB 00:00 2024-01-21T11:41:41.828 INFO:teuthology.orchestra.run.smithi087.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2024-01-21T11:41:41.846 INFO:teuthology.orchestra.run.smithi162.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2024-01-21T11:41:41.871 INFO:teuthology.orchestra.run.smithi162.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2024-01-21T11:41:41.953 INFO:teuthology.orchestra.run.smithi087.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.5 MB/s | 241 kB 00:00 2024-01-21T11:41:41.972 INFO:teuthology.orchestra.run.smithi162.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.9 MB/s | 241 kB 00:00 2024-01-21T11:41:42.095 INFO:teuthology.orchestra.run.smithi087.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2024-01-21T11:41:42.105 INFO:teuthology.orchestra.run.smithi162.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.3 MB/s | 178 kB 00:00 2024-01-21T11:41:42.170 INFO:teuthology.orchestra.run.smithi087.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 331 kB/s | 25 kB 00:00 2024-01-21T11:41:42.181 INFO:teuthology.orchestra.run.smithi162.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2024-01-21T11:41:42.254 INFO:teuthology.orchestra.run.smithi087.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-01-21T11:41:42.256 INFO:teuthology.orchestra.run.smithi162.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2024-01-21T11:41:43.246 INFO:teuthology.orchestra.run.smithi087.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.8 MB/s | 3.9 MB 00:01 2024-01-21T11:41:43.281 INFO:teuthology.orchestra.run.smithi162.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.8 MB/s | 3.9 MB 00:01 2024-01-21T11:41:44.063 INFO:teuthology.orchestra.run.smithi087.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.1 MB/s | 2.5 MB 00:00 2024-01-21T11:41:44.089 INFO:teuthology.orchestra.run.smithi162.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.1 MB/s | 2.5 MB 00:00 2024-01-21T11:41:44.205 INFO:teuthology.orchestra.run.smithi087.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 371 kB/s | 53 kB 00:00 2024-01-21T11:41:44.248 INFO:teuthology.orchestra.run.smithi162.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 332 kB/s | 53 kB 00:00 2024-01-21T11:41:44.330 INFO:teuthology.orchestra.run.smithi087.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2024-01-21T11:41:44.357 INFO:teuthology.orchestra.run.smithi162.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 378 kB/s | 41 kB 00:00 2024-01-21T11:41:44.689 INFO:teuthology.orchestra.run.smithi087.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 2.7 MB/s | 9.6 MB 00:03 2024-01-21T11:41:45.074 INFO:teuthology.orchestra.run.smithi162.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.9 MB/s | 8.1 MB 00:02 2024-01-21T11:41:45.155 INFO:teuthology.orchestra.run.smithi087.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.8 MB/s | 8.1 MB 00:02 2024-01-21T11:41:45.156 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-01-21T11:41:45.156 INFO:teuthology.orchestra.run.smithi087.stdout:Total 6.4 MB/s | 27 MB 00:04 2024-01-21T11:41:45.423 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-01-21T11:41:45.444 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-01-21T11:41:45.445 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-01-21T11:41:45.726 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-01-21T11:41:45.730 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-01-21T11:41:46.436 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-01-21T11:41:46.660 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T11:41:46.814 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T11:41:46.840 INFO:teuthology.orchestra.run.smithi162.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.7 MB/s | 9.6 MB 00:05 2024-01-21T11:41:46.841 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2024-01-21T11:41:46.841 INFO:teuthology.orchestra.run.smithi162.stdout:Total 4.6 MB/s | 27 MB 00:05 2024-01-21T11:41:47.083 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T11:41:47.110 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2024-01-21T11:41:47.132 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2024-01-21T11:41:47.132 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2024-01-21T11:41:47.303 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T11:41:47.393 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2024-01-21T11:41:47.396 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2024-01-21T11:41:47.835 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T11:41:48.143 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2024-01-21T11:41:48.354 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T11:41:48.549 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T11:41:48.781 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T11:41:48.809 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T11:41:49.005 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T11:41:49.060 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T11:41:49.249 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T11:41:49.502 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T11:41:49.553 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T11:41:49.892 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T11:41:50.520 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T11:41:50.774 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T11:41:50.806 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T11:41:51.019 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T11:41:51.063 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T11:41:51.205 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T11:41:51.362 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T11:41:51.625 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T11:41:51.625 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T11:41:51.625 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T11:41:51.626 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T11:41:51.762 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:52.228 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:52.229 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T11:41:52.229 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T11:41:52.229 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:52.229 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:52.229 INFO:teuthology.orchestra.run.smithi087.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:52.229 INFO:teuthology.orchestra.run.smithi087.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T11:41:52.229 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:41:52.229 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-01-21T11:41:52.593 DEBUG:teuthology.parallel:result is None 2024-01-21T11:41:52.672 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T11:41:52.923 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T11:41:53.148 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T11:41:53.574 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T11:41:53.575 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:54.131 INFO:teuthology.orchestra.run.smithi162.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:41:54.132 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2024-01-21T11:41:54.493 DEBUG:teuthology.parallel:result is None 2024-01-21T11:41:54.493 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T11:41:54.559 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': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T11:41:54.559 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2024-01-21T11:41:54.560 INFO:tasks.cephadm:Cluster fsid is 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:41:54.560 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T11:41:54.560 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T11:41:54.560 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi087': '172.21.15.87', 'mon.smithi162': '172.21.15.162'} 2024-01-21T11:41:54.560 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T11:41:54.561 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2024-01-21T11:41:54.594 DEBUG:teuthology.orchestra.run.smithi162:> sudo hostname $(hostname -s) 2024-01-21T11:41:54.621 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-01-21T11:41:54.621 DEBUG:teuthology.orchestra.run.smithi087:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T11:41:54.833 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Jan 21 11:41 /home/ubuntu/cephtest/cephadm 2024-01-21T11:41:54.833 DEBUG:teuthology.orchestra.run.smithi162:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T11:41:55.055 INFO:teuthology.orchestra.run.smithi162.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Jan 21 11:41 /home/ubuntu/cephtest/cephadm 2024-01-21T11:41:55.056 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T11:41:55.079 DEBUG:teuthology.orchestra.run.smithi162:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T11:41:55.105 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2024-01-21T11:41:55.151 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /etc/ceph 2024-01-21T11:41:55.178 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2024-01-21T11:41:55.223 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 777 /etc/ceph 2024-01-21T11:41:55.250 INFO:tasks.cephadm:Writing seed config... 2024-01-21T11:41:55.251 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T11:41:55.251 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T11:41:55.251 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T11:41:55.251 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T11:41:55.251 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T11:41:55.251 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T11:41:55.251 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T11:41:55.251 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T11:41:55.252 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:41:55.252 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T11:41:55.282 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 134b6d20-b852-11ee-95b0-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-01-21T11:41:55.283 DEBUG:teuthology.orchestra.run.smithi087:mon.smithi087> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087.service 2024-01-21T11:41:55.324 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T11:41:55.324 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid 134b6d20-b852-11ee-95b0-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.87 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:41:55.353 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:-- Logs begin at Sun 2024-01-21 11:33:23 UTC. -- 2024-01-21T11:41:55.490 INFO:teuthology.orchestra.run.smithi087.stderr:container_init=False 2024-01-21T11:41:55.490 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying podman|docker is present... 2024-01-21T11:41:55.491 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying lvm2 is present... 2024-01-21T11:41:55.491 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying time synchronization is in place... 2024-01-21T11:41:55.491 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled chrony.service 2024-01-21T11:41:55.497 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T11:41:55.497 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active chrony.service 2024-01-21T11:41:55.502 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout inactive 2024-01-21T11:41:55.502 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-21T11:41:55.507 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout enabled 2024-01-21T11:41:55.507 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active chronyd.service 2024-01-21T11:41:55.512 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout active 2024-01-21T11:41:55.512 INFO:teuthology.orchestra.run.smithi087.stderr:Unit chronyd.service is enabled and running 2024-01-21T11:41:55.513 INFO:teuthology.orchestra.run.smithi087.stderr:Repeating the final host check... 2024-01-21T11:41:55.513 INFO:teuthology.orchestra.run.smithi087.stderr:podman|docker (/bin/podman) is present 2024-01-21T11:41:55.513 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl is present 2024-01-21T11:41:55.513 INFO:teuthology.orchestra.run.smithi087.stderr:lvcreate is present 2024-01-21T11:41:55.513 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled chrony.service 2024-01-21T11:41:55.517 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T11:41:55.517 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active chrony.service 2024-01-21T11:41:55.522 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout inactive 2024-01-21T11:41:55.522 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-21T11:41:55.527 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout enabled 2024-01-21T11:41:55.527 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active chronyd.service 2024-01-21T11:41:55.532 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout active 2024-01-21T11:41:55.532 INFO:teuthology.orchestra.run.smithi087.stderr:Unit chronyd.service is enabled and running 2024-01-21T11:41:55.533 INFO:teuthology.orchestra.run.smithi087.stderr:Host looks OK 2024-01-21T11:41:55.533 INFO:teuthology.orchestra.run.smithi087.stderr:Cluster fsid: 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:41:55.533 INFO:teuthology.orchestra.run.smithi087.stderr:Acquiring lock 140205707809288 on /run/cephadm/134b6d20-b852-11ee-95b0-87774f69a715.lock 2024-01-21T11:41:55.533 INFO:teuthology.orchestra.run.smithi087.stderr:Lock 140205707809288 acquired on /run/cephadm/134b6d20-b852-11ee-95b0-87774f69a715.lock 2024-01-21T11:41:55.533 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying IP 172.21.15.87 port 3300 ... 2024-01-21T11:41:55.534 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying IP 172.21.15.87 port 6789 ... 2024-01-21T11:41:55.534 INFO:teuthology.orchestra.run.smithi087.stderr:Base mon IP is 172.21.15.87, final addrv is [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2024-01-21T11:41:55.534 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /sbin/ip route ls 2024-01-21T11:41:55.535 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2024-01-21T11:41:55.535 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2024-01-21T11:41:55.536 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /sbin/ip -6 route ls 2024-01-21T11:41:55.538 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T11:41:55.538 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T11:41:55.538 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-01-21T11:41:55.538 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /sbin/ip -6 addr ls 2024-01-21T11:41:55.540 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T11:41:55.540 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2024-01-21T11:41:55.540 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-01-21T11:41:55.540 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T11:41:55.540 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d5f5/64 scope link 2024-01-21T11:41:55.540 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-01-21T11:41:55.541 INFO:teuthology.orchestra.run.smithi087.stderr:Mon IP 172.21.15.87 is in CIDR network 172.21.0.0/20 2024-01-21T11:41:55.541 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-01-21T11:41:55.542 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2024-01-21T11:41:57.120 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2024-01-21T11:42:04.742 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: stderr Getting image source signatures 2024-01-21T11:42:04.762 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-21T11:42:04.762 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2024-01-21T11:42:17.997 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-01-21T11:42:18.063 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: stderr Writing manifest to image destination 2024-01-21T11:42:18.421 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-01-21T11:42:18.428 INFO:teuthology.orchestra.run.smithi087.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T11:42:18.429 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi087 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2024-01-21T11:42:18.919 INFO:teuthology.orchestra.run.smithi087.stderr:stat: stdout 167 167 2024-01-21T11:42:19.190 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial keys... 2024-01-21T11:42:19.191 INFO:teuthology.orchestra.run.smithi087.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=smithi087 docker.io/ceph/ceph:v15 --gen-print-key 2024-01-21T11:42:19.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: stdout AQAbA61l5AEEGhAAEe+0lpX4Y/DcZ3CKLAl/Aw== 2024-01-21T11:42:19.812 INFO:teuthology.orchestra.run.smithi087.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=smithi087 docker.io/ceph/ceph:v15 --gen-print-key 2024-01-21T11:42:20.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: stdout AQAcA61l1KINBBAAKZkVvdWScgKljgs5h0eoMA== 2024-01-21T11:42:20.453 INFO:teuthology.orchestra.run.smithi087.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=smithi087 docker.io/ceph/ceph:v15 --gen-print-key 2024-01-21T11:42:20.731 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: stdout AQAcA61lXGDAKhAA/UdLk61HQu3gUxcTxq6lbA== 2024-01-21T11:42:21.059 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial monmap... 2024-01-21T11:42:21.059 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /tmp/ceph-tmp5ze70fb6:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid 134b6d20-b852-11ee-95b0-87774f69a715 --addv smithi087 [v2:172.21.15.87:3300,v1:172.21.15.87:6789] /tmp/monmap 2024-01-21T11:42:21.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T11:42:21.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:21.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T11:42:21.694 INFO:teuthology.orchestra.run.smithi087.stderr:Creating mon... 2024-01-21T11:42:21.696 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087:/var/lib/ceph/mon/ceph-smithi087:z -v /tmp/ceph-tmpaky1nxsa:/tmp/keyring:z -v /tmp/ceph-tmp5ze70fb6:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi087 --fsid 134b6d20-b852-11ee-95b0-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-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.982+0000 7f48bb2f96c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.983+0000 7f48bb2f96c0 1 imported monmap: 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr fsid 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-01-21T11:42:21.341854+0000 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr created 2024-01-21T11:42:21.341854+0000 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.smithi087 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.983+0000 7f48bb2f96c0 0 /usr/bin/ceph-mon: set fsid to 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.983+0000 7f48bb2f96c0 0 set rocksdb option compression = kNoCompression 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.983+0000 7f48bb2f96c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.983+0000 7f48bb2f96c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.983+0000 7f48bb2f96c0 0 set rocksdb option compression = kNoCompression 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.983+0000 7f48bb2f96c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.983+0000 7f48bb2f96c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Compile date May 26 2021 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: DB SUMMARY 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi087/store.db dir, Total Num: 0, files: 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi087/store.db: 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.create_if_missing: 1 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.env: 0x55ce158f01c0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.info_log: 0x55ce17d533c0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:42:22.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.db_log_dir: 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi087/store.db 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.write_buffer_manager: 0x55ce17d8c660 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:42:22.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.row_cache: None 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.wal_filter: None 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:42:22.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:42:22.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Compression algorithms supported: 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: kZSTD supported: 0 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000001 2024-01-21T11:42:22.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.merge_operator: 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ce17ceb2b0) 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:42:22.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x55ce17d20510 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-01-21T11:42:22.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:42:22.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.num_levels: 7 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:42:22.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:42:22.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:42:22.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:42:22.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.984+0000 7f48bb2f96c0 4 rocksdb: Options.ttl: 0 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.985+0000 7f48bb2f96c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi087/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-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.985+0000 7f48bb2f96c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.987+0000 7f48bb2f96c0 4 rocksdb: DB pointer 0x55ce1894c400 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.988+0000 7f48a41e0700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.988+0000 7f48a41e0700 4 rocksdb: [db/db_impl.cc:778] 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.027 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:22.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.989+0000 7f48bb2f96c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.989+0000 7f48bb2f96c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-01-21T11:42:22.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: stderr debug 2024-01-21T11:42:21.989+0000 7f48bb2f96c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi087 for mon.smithi087 2024-01-21T11:42:22.324 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:22.327 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl disable ceph.target 2024-01-21T11:42:22.411 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl enable ceph.target 2024-01-21T11:42:22.418 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T11:42:22.495 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl start ceph.target 2024-01-21T11:42:22.501 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl enable ceph-134b6d20-b852-11ee-95b0-87774f69a715.target 2024-01-21T11:42:22.507 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-134b6d20-b852-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-134b6d20-b852-11ee-95b0-87774f69a715.target. 2024-01-21T11:42:22.507 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-134b6d20-b852-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-134b6d20-b852-11ee-95b0-87774f69a715.target. 2024-01-21T11:42:22.584 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715.target 2024-01-21T11:42:22.606 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl daemon-reload 2024-01-21T11:42:22.691 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087 2024-01-21T11:42:22.713 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl reset-failed ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087 2024-01-21T11:42:22.719 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Failed to reset failed state of unit ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087.service: Unit ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087.service not loaded. 2024-01-21T11:42:22.719 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl enable ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087 2024-01-21T11:42:22.725 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-134b6d20-b852-11ee-95b0-87774f69a715.target.wants/ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087.service → /etc/systemd/system/ceph-134b6d20-b852-11ee-95b0-87774f69a715@.service. 2024-01-21T11:42:22.804 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087 2024-01-21T11:42:22.843 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:22 smithi087 systemd[1]: Starting Ceph mon.smithi087 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T11:42:23.122 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T11:42:23.130 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout disabled 2024-01-21T11:42:23.130 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T11:42:23.137 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout inactive 2024-01-21T11:42:23.137 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2024-01-21T11:42:23.137 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T11:42:23.137 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-21T11:42:23.137 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mon to start... 2024-01-21T11:42:23.138 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mon... 2024-01-21T11:42:23.138 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087:/var/lib/ceph/mon/ceph-smithi087:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2024-01-21T11:42:23.414 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:23 smithi087 bash[33923]: 1cc5953e27a437bc806247a7799a121ca5e09166267588c46937bda47636d6ed 2024-01-21T11:42:23.414 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:23 smithi087 systemd[1]: Started Ceph mon.smithi087 for 134b6d20-b852-11ee-95b0-87774f69a715. 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout cluster: 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout id: 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout services: 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi087 (age 0.46454s) 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-01-21T11:42:23.600 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:23.601 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout data: 2024-01-21T11:42:23.601 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-01-21T11:42:23.601 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-01-21T11:42:23.601 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-01-21T11:42:23.601 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout pgs: 2024-01-21T11:42:23.601 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:23.933 INFO:teuthology.orchestra.run.smithi087.stderr:mon is available 2024-01-21T11:42:23.933 INFO:teuthology.orchestra.run.smithi087.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T11:42:23.933 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z -v /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087:/var/lib/ceph/mon/ceph-smithi087:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi087/config 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout [global] 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout fsid = 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:24.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout [mgr] 2024-01-21T11:42:24.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-01-21T11:42:24.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:24.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout [osd] 2024-01-21T11:42:24.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-01-21T11:42:24.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-01-21T11:42:24.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-01-21T11:42:24.792 INFO:teuthology.orchestra.run.smithi087.stderr:Generating new minimal ceph.conf... 2024-01-21T11:42:24.792 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z -v /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087:/var/lib/ceph/mon/ceph-smithi087:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi087/config 2024-01-21T11:42:25.533 INFO:teuthology.orchestra.run.smithi087.stderr:Restarting the monitor... 2024-01-21T11:42:25.533 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl restart ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087 2024-01-21T11:42:25.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:25 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T11:42:26.164 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:25 smithi087 podman[34252]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-mon.smithi087 2024-01-21T11:42:26.164 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:26 smithi087 systemd[1]: ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087.service: Succeeded. 2024-01-21T11:42:26.164 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:26 smithi087 systemd[1]: Stopped Ceph mon.smithi087 for 134b6d20-b852-11ee-95b0-87774f69a715. 2024-01-21T11:42:26.164 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:26 smithi087 systemd[1]: Starting Ceph mon.smithi087 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T11:42:26.283 INFO:teuthology.orchestra.run.smithi087.stderr:Setting mon public_network... 2024-01-21T11:42:26.283 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2024-01-21T11:42:26.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:26 smithi087 bash[34322]: 06049fd29d4813e125ee3d9f9667a9f33a89fb2a30e071f4460e63878e963ce9 2024-01-21T11:42:26.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 11:42:26 smithi087 systemd[1]: Started Ceph mon.smithi087 for 134b6d20-b852-11ee-95b0-87774f69a715. 2024-01-21T11:42:27.033 INFO:teuthology.orchestra.run.smithi087.stderr:Creating mgr... 2024-01-21T11:42:27.033 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying port 9283 ... 2024-01-21T11:42:27.035 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl daemon-reload 2024-01-21T11:42:27.131 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@mgr.smithi087.jlmamk 2024-01-21T11:42:27.152 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl reset-failed ceph-134b6d20-b852-11ee-95b0-87774f69a715@mgr.smithi087.jlmamk 2024-01-21T11:42:27.157 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Failed to reset failed state of unit ceph-134b6d20-b852-11ee-95b0-87774f69a715@mgr.smithi087.jlmamk.service: Unit ceph-134b6d20-b852-11ee-95b0-87774f69a715@mgr.smithi087.jlmamk.service not loaded. 2024-01-21T11:42:27.158 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl enable ceph-134b6d20-b852-11ee-95b0-87774f69a715@mgr.smithi087.jlmamk 2024-01-21T11:42:27.163 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-134b6d20-b852-11ee-95b0-87774f69a715.target.wants/ceph-134b6d20-b852-11ee-95b0-87774f69a715@mgr.smithi087.jlmamk.service → /etc/systemd/system/ceph-134b6d20-b852-11ee-95b0-87774f69a715@.service. 2024-01-21T11:42:27.250 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@mgr.smithi087.jlmamk 2024-01-21T11:42:27.601 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T11:42:27.608 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout disabled 2024-01-21T11:42:27.609 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T11:42:27.615 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout inactive 2024-01-21T11:42:27.616 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2024-01-21T11:42:27.616 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T11:42:27.616 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-21T11:42:27.616 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T11:42:27.624 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout disabled 2024-01-21T11:42:27.624 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T11:42:27.631 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout inactive 2024-01-21T11:42:27.631 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2024-01-21T11:42:27.631 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T11:42:27.631 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:42:27.632 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T11:42:27.632 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr to start... 2024-01-21T11:42:27.632 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr... 2024-01-21T11:42:27.632 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-01-21T11:42:28.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:28.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:28.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "fsid": "134b6d20-b852-11ee-95b0-87774f69a715", 2024-01-21T11:42:28.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "health": { 2024-01-21T11:42:28.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 0 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-01-21T11:42:28.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smithi087" 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum_age": 1, 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "monmap": { 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:28.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-01-21T11:42:28.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-01-21T11:42:28.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-01-21T11:42:28.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-01-21T11:42:28.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-01-21T11:42:28.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-01-21T11:42:28.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "available": false, 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "restful" 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:28.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-21T11:42:28.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:28.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-01-21T11:42:28.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:28.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modified": "2024-01-21T11:42:23.136504+0000", 2024-01-21T11:42:28.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-21T11:42:28.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:28.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-01-21T11:42:28.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:28.441 INFO:teuthology.orchestra.run.smithi087.stderr:mgr not available, waiting (1/10)... 2024-01-21T11:42:29.442 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-01-21T11:42:29.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:29.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:29.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "fsid": "134b6d20-b852-11ee-95b0-87774f69a715", 2024-01-21T11:42:29.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "health": { 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 0 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smithi087" 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum_age": 3, 2024-01-21T11:42:29.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "monmap": { 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-01-21T11:42:29.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:29.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "available": false, 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "restful" 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:29.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-21T11:42:29.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:29.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-01-21T11:42:29.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:29.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modified": "2024-01-21T11:42:23.136504+0000", 2024-01-21T11:42:29.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-21T11:42:29.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:29.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-01-21T11:42:29.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:30.240 INFO:teuthology.orchestra.run.smithi087.stderr:mgr not available, waiting (2/10)... 2024-01-21T11:42:31.241 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "fsid": "134b6d20-b852-11ee-95b0-87774f69a715", 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "health": { 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-01-21T11:42:31.632 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 0 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smithi087" 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum_age": 5, 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "monmap": { 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:31.633 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-01-21T11:42:31.634 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-01-21T11:42:31.634 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-01-21T11:42:31.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-01-21T11:42:31.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-01-21T11:42:31.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-01-21T11:42:31.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:31.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-01-21T11:42:31.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-01-21T11:42:31.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-01-21T11:42:31.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "available": false, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-21T11:42:31.638 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "restful" 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modified": "2024-01-21T11:42:23.136504+0000", 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-01-21T11:42:31.639 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:31.965 INFO:teuthology.orchestra.run.smithi087.stderr:mgr not available, waiting (3/10)... 2024-01-21T11:42:32.967 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "fsid": "134b6d20-b852-11ee-95b0-87774f69a715", 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "health": { 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:33.885 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 0 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smithi087" 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "monmap": { 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:33.886 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-01-21T11:42:33.887 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "available": true, 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "restful" 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-21T11:42:33.888 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:33.889 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-01-21T11:42:33.889 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-01-21T11:42:33.889 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modified": "2024-01-21T11:42:23.136504+0000", 2024-01-21T11:42:33.889 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {} 2024-01-21T11:42:33.889 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:33.889 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-01-21T11:42:33.889 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:34.249 INFO:teuthology.orchestra.run.smithi087.stderr:mgr is available 2024-01-21T11:42:34.249 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2024-01-21T11:42:34.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-01-21T11:42:35.181 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling cephadm module... 2024-01-21T11:42:35.181 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2024-01-21T11:42:36.189 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-01-21T11:42:36.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:36.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 5, 2024-01-21T11:42:36.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2024-01-21T11:42:36.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_name": "smithi087.jlmamk", 2024-01-21T11:42:36.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-01-21T11:42:36.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-21T11:42:36.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.87:6800", 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nonce": 3355427350 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.87:6801", 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nonce": 3355427350 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ] 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.87:6801/3355427350", 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_change": "2024-01-21T11:42:31.276868+0000", 2024-01-21T11:42:36.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "available": true, 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "cephadm", 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "restful" 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:36.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:36.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:36.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-01-21T11:42:36.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-01-21T11:42:36.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:36.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active": { 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "active", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "0", 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "7", 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "1", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "250", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-01-21T11:42:36.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "end_time": { 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.836 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.837 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "0", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "7", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.838 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:36.839 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.840 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.841 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.842 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min_score": { 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.843 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mode": { 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "none", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "upmap" 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-01-21T11:42:36.844 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-21T11:42:36.845 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-21T11:42:36.846 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "1", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.847 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.848 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.849 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.850 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-21T11:42:36.851 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.852 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.854 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-01-21T11:42:36.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_init": { 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.856 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.857 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.858 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.859 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.860 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.861 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.862 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.863 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.864 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.865 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.866 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.867 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mode": { 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "root" 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-01-21T11:42:36.868 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.869 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.870 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-01-21T11:42:36.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-01-21T11:42:36.872 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:36.873 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.874 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-01-21T11:42:36.875 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.876 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:36.877 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-01-21T11:42:36.878 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.879 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.880 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.881 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:36.882 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:36.883 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:36.883 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:36.883 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:36.883 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:36.883 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:36.883 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.146 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.147 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-01-21T11:42:37.148 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.149 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:42:37.150 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.151 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.152 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.153 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.154 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.155 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.157 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.158 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.159 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.160 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.161 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.162 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.163 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.168 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.169 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.170 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.171 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.172 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.173 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.174 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.175 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.182 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-21T11:42:37.183 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.184 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-01-21T11:42:37.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-21T11:42:37.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-21T11:42:37.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.192 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.193 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug": { 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.194 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "key_file": { 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.196 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.197 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.198 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.199 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.200 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.201 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.202 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.203 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ssl": { 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.204 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.205 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "redirect" 2024-01-21T11:42:37.206 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "400", 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "599", 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.207 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.208 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.209 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.210 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.211 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.212 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.213 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.214 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.215 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.216 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.217 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-01-21T11:42:37.218 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.219 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.220 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.221 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.222 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.223 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.224 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.225 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.226 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.227 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.228 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.229 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.230 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "database": { 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "database", 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.231 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "hostname": { 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.232 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.233 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.234 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.235 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.236 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.237 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "password": { 2024-01-21T11:42:37.238 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "password", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "port": { 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "port", 2024-01-21T11:42:37.239 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ssl": { 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-01-21T11:42:37.240 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "threads": { 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.241 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "username": { 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "username", 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.242 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-01-21T11:42:37.243 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.244 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.245 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.246 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.247 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.248 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.249 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.250 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.251 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.252 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.253 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.254 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.255 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.256 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "10", 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.257 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.258 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.259 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.260 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.261 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.262 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-01-21T11:42:37.263 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.267 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.268 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min_size": { 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.269 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-01-21T11:42:37.270 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.271 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "prefix": { 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.272 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "subtree": { 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-01-21T11:42:37.273 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.274 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.275 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.276 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.277 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.278 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "cephadm", 2024-01-21T11:42:37.279 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rook", 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.280 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.281 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.282 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.283 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.284 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.285 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.286 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.287 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.288 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.289 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.290 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.291 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enabled": { 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.292 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.293 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.294 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.295 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.296 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.297 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.298 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.299 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.300 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.301 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.302 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.303 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.306 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.307 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.308 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.310 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.312 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.313 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "key_file": { 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-01-21T11:42:37.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "roption1": { 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "roption2": { 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "testkey": { 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "status", 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "address": { 2024-01-21T11:42:37.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "address", 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:42:37.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-01-21T11:42:37.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-01-21T11:42:37.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "contact": { 2024-01-21T11:42:37.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "description": { 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "description", 2024-01-21T11:42:37.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "device_url": { 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-01-21T11:42:37.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enabled": { 2024-01-21T11:42:37.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:42:37.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "8", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "organization": { 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "proxy": { 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "url": { 2024-01-21T11:42:37.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "url", 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "identifier": { 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-01-21T11:42:37.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-01-21T11:42:37.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:42:37.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": {}, 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-01-21T11:42:37.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "balancer", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crash", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "progress", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "status", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "volumes" 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "balancer", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crash", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "progress", 2024-01-21T11:42:37.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "status", 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "telemetry", 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "volumes" 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.87:0", 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nonce": 2264806337 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ] 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.87:0", 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nonce": 950914742 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ] 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ] 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for the mgr to restart... 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for Mgr epoch 5... 2024-01-21T11:42:37.404 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-01-21T11:42:40.588 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:42:40.588 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-01-21T11:42:40.589 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "initialized": true 2024-01-21T11:42:40.589 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:42:41.064 INFO:teuthology.orchestra.run.smithi087.stderr:Mgr epoch 5 is available 2024-01-21T11:42:41.065 INFO:teuthology.orchestra.run.smithi087.stderr:Setting orchestrator backend to cephadm... 2024-01-21T11:42:41.065 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2024-01-21T11:42:41.956 INFO:teuthology.orchestra.run.smithi087.stderr:Generating ssh key... 2024-01-21T11:42:41.956 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2024-01-21T11:42:43.056 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2024-01-21T11:42:43.525 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgiZditr0FC2ceMmlCQBMDyl2jpbQ9V3E8QFac+44TL3G9DiwxU7KKYHyUhEluuzKKy1ZUmmaiyP+oVJrM259nf+pst4kHSbN6EUH5x3slYxsctAE/YQcG1zY6EbqIqlv2k3Xithb5j1n5juji5vB4kmslb/UG5JFMGDmDATXcvP2mEGLoeVEB5Nr9zZdrQHhE0kQiqbULruMwGvSoy5UIZokuZTFwh8o5A2RHiQE4xjODoc9BukJOUY5YPvquz/2b7HVuf+wjYti1kKpnmVuLG4b0+UaEEcG+DXviY3sUqKDWupFxbrFgygy8WM58Ic/8X0S2VAC/QbyEWt3Jk3cyJkvWGazusn47cXtp5DbjseK6Z06UlbJl3xPVhnF7VqQgCjhyM9YO9WJX5/Kx1i4nDgdWoYmeZkcpg7En2xFupK7jX1m+269cmh4RhKHV2WsFIqBh7Iiu9G8ZmL0EJv2dWn7Shx3M3cokpr12DjoJog9odKauqNW/MUOKZSni1BE= ceph-134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:43.872 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-01-21T11:42:43.873 INFO:teuthology.orchestra.run.smithi087.stderr:Adding key to root@localhost's authorized_keys... 2024-01-21T11:42:43.873 INFO:teuthology.orchestra.run.smithi087.stderr:Adding host smithi087... 2024-01-21T11:42:43.873 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi087 2024-01-21T11:42:44.871 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Added host 'smithi087' 2024-01-21T11:42:45.196 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying mon service with default placement... 2024-01-21T11:42:45.197 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2024-01-21T11:42:46.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2024-01-21T11:42:48.235 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying mgr service with default placement... 2024-01-21T11:42:48.235 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2024-01-21T11:42:50.594 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2024-01-21T11:42:51.038 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying crash service with default placement... 2024-01-21T11:42:51.038 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2024-01-21T11:42:51.531 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2024-01-21T11:42:51.871 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling mgr prometheus module... 2024-01-21T11:42:51.871 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2024-01-21T11:42:52.929 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying prometheus service with default placement... 2024-01-21T11:42:52.929 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2024-01-21T11:42:57.309 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-01-21T11:42:57.878 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying grafana service with default placement... 2024-01-21T11:42:57.878 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2024-01-21T11:42:58.496 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2024-01-21T11:42:58.853 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying node-exporter service with default placement... 2024-01-21T11:42:58.853 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2024-01-21T11:42:59.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-01-21T11:42:59.703 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying alertmanager service with default placement... 2024-01-21T11:42:59.703 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2024-01-21T11:43:00.195 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-01-21T11:43:00.560 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2024-01-21T11:43:01.412 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-21T11:43:02.278 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling the dashboard module... 2024-01-21T11:43:02.279 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2024-01-21T11:43:03.287 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "epoch": 13, 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_gid": 14144, 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_name": "smithi087.jlmamk", 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-21T11:43:03.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.87:6800", 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nonce": 2654736423 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.87:6801", 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nonce": 2654736423 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ] 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.87:6801/2654736423", 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_change": "2024-01-21T11:42:56.246348+0000", 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-01-21T11:43:03.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "available": true, 2024-01-21T11:43:03.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-01-21T11:43:03.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "modules": [ 2024-01-21T11:43:03.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "cephadm", 2024-01-21T11:43:03.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "dashboard", 2024-01-21T11:43:03.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "iostat", 2024-01-21T11:43:03.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "prometheus", 2024-01-21T11:43:03.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "restful" 2024-01-21T11:43:03.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:03.953 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-01-21T11:43:03.953 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:03.953 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.954 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:03.955 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.956 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.957 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:03.958 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.959 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-01-21T11:43:03.960 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.961 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.962 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.963 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-01-21T11:43:03.964 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.965 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-01-21T11:43:03.966 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.967 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-01-21T11:43:03.968 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:03.969 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active": { 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "active", 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.970 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-01-21T11:43:03.971 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-21T11:43:03.972 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "0", 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "7", 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.973 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-01-21T11:43:03.974 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "1", 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "250", 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.975 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.976 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-01-21T11:43:03.977 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "end_time": { 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.978 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-01-21T11:43:03.979 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "0", 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "7", 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.980 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:03.981 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:03.982 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.983 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.984 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:03.985 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:03.986 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min_score": { 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.987 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mode": { 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "none", 2024-01-21T11:43:03.988 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "upmap" 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:03.989 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.990 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "1", 2024-01-21T11:43:03.991 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.992 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-01-21T11:43:03.993 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.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-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-01-21T11:43:03.994 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.995 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.996 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:03.997 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:03.998 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:03.999 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "container_init": { 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.000 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.001 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.002 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.003 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.004 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.005 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.006 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.007 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.008 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.009 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-01-21T11:43:04.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-01-21T11:43:04.011 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mode": { 2024-01-21T11:43:04.012 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "root" 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.013 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.014 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.015 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-01-21T11:43:04.016 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.017 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-01-21T11:43:04.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-01-21T11:43:04.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-01-21T11:43:04.018 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.019 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-01-21T11:43:04.020 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.021 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.022 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-01-21T11:43:04.023 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.024 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.025 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.028 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.029 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.030 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.031 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.032 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.033 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.034 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.035 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-01-21T11:43:04.036 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-21T11:43:04.037 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.038 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.039 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.040 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.041 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.042 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.043 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.044 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.045 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.046 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.047 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.048 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.049 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.050 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.051 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-21T11:43:04.052 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-21T11:43:04.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.054 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.055 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.056 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.057 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.058 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.059 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-21T11:43:04.060 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-21T11:43:04.061 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.062 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.063 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.064 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.065 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.066 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-21T11:43:04.067 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.068 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.069 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.070 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.071 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-01-21T11:43:04.072 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.073 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.074 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.075 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.076 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.077 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.078 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.079 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.080 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.081 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.082 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug": { 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.083 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.084 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "key_file": { 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.085 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.086 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.087 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.088 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.089 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.090 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.091 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ssl": { 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-01-21T11:43:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-01-21T11:43:04.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "redirect" 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "400", 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "599", 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.099 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.100 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.109 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.110 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.111 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.112 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.113 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.115 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.116 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.117 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.118 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.119 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.120 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "database": { 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "database", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.121 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "hostname": { 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.122 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.123 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.124 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.125 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.126 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.127 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.128 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "password": { 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "password", 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.129 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "port": { 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "port", 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-01-21T11:43:04.130 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ssl": { 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.131 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "threads": { 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.132 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "username": { 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "username", 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.133 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.134 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.135 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.136 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.137 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.138 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.138 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.138 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.138 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.138 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.138 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.139 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.140 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.141 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.142 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.142 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.142 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.142 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.142 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-01-21T11:43:04.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.314 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.315 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.316 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.317 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.318 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.319 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.320 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.321 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "10", 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.323 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.324 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.325 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.326 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.327 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.328 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.329 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.330 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.332 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.333 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min_size": { 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.334 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.335 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.336 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "prefix": { 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-01-21T11:43:04.337 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.338 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "subtree": { 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.340 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.341 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.342 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.343 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.344 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.345 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "cephadm", 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rook", 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.346 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.347 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.348 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.349 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.350 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.351 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.352 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.353 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.354 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.355 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.356 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.357 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.358 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enabled": { 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-01-21T11:43:04.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.360 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.361 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.362 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.363 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.364 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.365 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.366 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.367 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.368 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.369 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.371 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-01-21T11:43:04.372 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-01-21T11:43:04.373 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.374 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.375 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.376 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.377 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.378 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.379 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.380 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.381 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.382 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.383 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.384 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.385 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.386 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.387 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "key_file": { 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-01-21T11:43:04.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.394 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-01-21T11:43:04.395 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.396 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "server_port": { 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.405 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.406 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.407 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "roption1": { 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.408 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "roption2": { 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.409 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.410 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.411 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "float", 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.412 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.413 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.414 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.415 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "testkey": { 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.416 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.417 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.418 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "status", 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.419 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.420 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.421 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.422 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.423 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.424 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "address": { 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "address", 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.425 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.426 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.427 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.428 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.430 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.431 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.432 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.433 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.434 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.435 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.436 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.437 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "contact": { 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.438 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "description": { 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "description", 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "device_url": { 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.440 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enabled": { 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.441 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "8", 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.442 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.443 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.444 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.445 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.446 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.447 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.448 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "organization": { 2024-01-21T11:43:04.449 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "proxy": { 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-01-21T11:43:04.450 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "url": { 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "url", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.451 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.452 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.453 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.454 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.455 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.456 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.457 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.458 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.459 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.460 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.461 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.462 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.463 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.464 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "module_options": { 2024-01-21T11:43:04.465 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.466 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "identifier": { 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.467 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "interval": { 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.468 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_level": { 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.469 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-01-21T11:43:04.470 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.471 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "critical", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "debug", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "error", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "info", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "warning" 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.472 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.473 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "int", 2024-01-21T11:43:04.474 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "str", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-01-21T11:43:04.475 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "min": "", 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "max": "", 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "desc": "", 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "tags": [], 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "services": { 2024-01-21T11:43:04.476 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi087.front.sepia.ceph.com:9283/" 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "balancer", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crash", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "progress", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "status", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "volumes" 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "balancer", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "crash", 2024-01-21T11:43:04.477 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "progress", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "status", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "telemetry", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "volumes" 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ], 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.87:0", 2024-01-21T11:43:04.478 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nonce": 1679052963 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ] 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout }, 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.87:0", 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "nonce": 1105568780 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ] 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout ] 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.479 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:04.480 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for the mgr to restart... 2024-01-21T11:43:04.480 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for Mgr epoch 13... 2024-01-21T11:43:04.480 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-01-21T11:43:08.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout { 2024-01-21T11:43:08.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2024-01-21T11:43:08.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout "initialized": true 2024-01-21T11:43:08.311 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout } 2024-01-21T11:43:08.856 INFO:teuthology.orchestra.run.smithi087.stderr:Mgr epoch 13 is available 2024-01-21T11:43:08.856 INFO:teuthology.orchestra.run.smithi087.stderr:Generating a dashboard self-signed certificate... 2024-01-21T11:43:08.856 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2024-01-21T11:43:09.596 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-01-21T11:43:09.935 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial admin user... 2024-01-21T11:43:09.935 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5zsm2oyp:/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-01-21T11:43:10.637 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ckELZeWgrRwmYz7bU9BAO.taRlLZzoC3X2EEO./oSYYfNmyzOMkq2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705837390, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T11:43:10.934 INFO:teuthology.orchestra.run.smithi087.stderr:Fetching dashboard port number... 2024-01-21T11:43:10.934 INFO:teuthology.orchestra.run.smithi087.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=smithi087 -v /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptdiv2ugf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpqa3fsg8u:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2024-01-21T11:43:11.429 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: stdout 8443 2024-01-21T11:43:11.768 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-21T11:43:11.776 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout disabled 2024-01-21T11:43:11.776 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: systemctl is-active firewalld.service 2024-01-21T11:43:11.782 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: stdout inactive 2024-01-21T11:43:11.782 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2024-01-21T11:43:11.782 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr:Ceph Dashboard is now available at: 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr: URL: https://smithi087.front.sepia.ceph.com:8443/ 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr: User: admin 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr: Password: newn2h5bar 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr:You can access the Ceph CLI with: 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T11:43:11.786 INFO:teuthology.orchestra.run.smithi087.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr: ceph telemetry on 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr:For more information see: 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr:Bootstrap complete. 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr:Releasing lock 140205707809288 on /run/cephadm/134b6d20-b852-11ee-95b0-87774f69a715.lock 2024-01-21T11:43:11.787 INFO:teuthology.orchestra.run.smithi087.stderr:Lock 140205707809288 released on /run/cephadm/134b6d20-b852-11ee-95b0-87774f69a715.lock 2024-01-21T11:43:11.813 INFO:tasks.cephadm:Fetching config... 2024-01-21T11:43:11.813 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:43:11.813 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T11:43:11.871 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T11:43:11.871 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:43:11.871 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T11:43:11.929 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T11:43:11.929 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:43:11.929 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/keyring of=/dev/stdout 2024-01-21T11:43:11.997 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T11:43:11.997 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:43:11.997 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T11:43:12.055 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T11:43:12.055 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgiZditr0FC2ceMmlCQBMDyl2jpbQ9V3E8QFac+44TL3G9DiwxU7KKYHyUhEluuzKKy1ZUmmaiyP+oVJrM259nf+pst4kHSbN6EUH5x3slYxsctAE/YQcG1zY6EbqIqlv2k3Xithb5j1n5juji5vB4kmslb/UG5JFMGDmDATXcvP2mEGLoeVEB5Nr9zZdrQHhE0kQiqbULruMwGvSoy5UIZokuZTFwh8o5A2RHiQE4xjODoc9BukJOUY5YPvquz/2b7HVuf+wjYti1kKpnmVuLG4b0+UaEEcG+DXviY3sUqKDWupFxbrFgygy8WM58Ic/8X0S2VAC/QbyEWt3Jk3cyJkvWGazusn47cXtp5DbjseK6Z06UlbJl3xPVhnF7VqQgCjhyM9YO9WJX5/Kx1i4nDgdWoYmeZkcpg7En2xFupK7jX1m+269cmh4RhKHV2WsFIqBh7Iiu9G8ZmL0EJv2dWn7Shx3M3cokpr12DjoJog9odKauqNW/MUOKZSni1BE= ceph-134b6d20-b852-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T11:43:12.131 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgiZditr0FC2ceMmlCQBMDyl2jpbQ9V3E8QFac+44TL3G9DiwxU7KKYHyUhEluuzKKy1ZUmmaiyP+oVJrM259nf+pst4kHSbN6EUH5x3slYxsctAE/YQcG1zY6EbqIqlv2k3Xithb5j1n5juji5vB4kmslb/UG5JFMGDmDATXcvP2mEGLoeVEB5Nr9zZdrQHhE0kQiqbULruMwGvSoy5UIZokuZTFwh8o5A2RHiQE4xjODoc9BukJOUY5YPvquz/2b7HVuf+wjYti1kKpnmVuLG4b0+UaEEcG+DXviY3sUqKDWupFxbrFgygy8WM58Ic/8X0S2VAC/QbyEWt3Jk3cyJkvWGazusn47cXtp5DbjseK6Z06UlbJl3xPVhnF7VqQgCjhyM9YO9WJX5/Kx1i4nDgdWoYmeZkcpg7En2xFupK7jX1m+269cmh4RhKHV2WsFIqBh7Iiu9G8ZmL0EJv2dWn7Shx3M3cokpr12DjoJog9odKauqNW/MUOKZSni1BE= ceph-134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:43:12.141 DEBUG:teuthology.orchestra.run.smithi162:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgiZditr0FC2ceMmlCQBMDyl2jpbQ9V3E8QFac+44TL3G9DiwxU7KKYHyUhEluuzKKy1ZUmmaiyP+oVJrM259nf+pst4kHSbN6EUH5x3slYxsctAE/YQcG1zY6EbqIqlv2k3Xithb5j1n5juji5vB4kmslb/UG5JFMGDmDATXcvP2mEGLoeVEB5Nr9zZdrQHhE0kQiqbULruMwGvSoy5UIZokuZTFwh8o5A2RHiQE4xjODoc9BukJOUY5YPvquz/2b7HVuf+wjYti1kKpnmVuLG4b0+UaEEcG+DXviY3sUqKDWupFxbrFgygy8WM58Ic/8X0S2VAC/QbyEWt3Jk3cyJkvWGazusn47cXtp5DbjseK6Z06UlbJl3xPVhnF7VqQgCjhyM9YO9WJX5/Kx1i4nDgdWoYmeZkcpg7En2xFupK7jX1m+269cmh4RhKHV2WsFIqBh7Iiu9G8ZmL0EJv2dWn7Shx3M3cokpr12DjoJog9odKauqNW/MUOKZSni1BE= ceph-134b6d20-b852-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T11:43:12.185 INFO:teuthology.orchestra.run.smithi162.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgiZditr0FC2ceMmlCQBMDyl2jpbQ9V3E8QFac+44TL3G9DiwxU7KKYHyUhEluuzKKy1ZUmmaiyP+oVJrM259nf+pst4kHSbN6EUH5x3slYxsctAE/YQcG1zY6EbqIqlv2k3Xithb5j1n5juji5vB4kmslb/UG5JFMGDmDATXcvP2mEGLoeVEB5Nr9zZdrQHhE0kQiqbULruMwGvSoy5UIZokuZTFwh8o5A2RHiQE4xjODoc9BukJOUY5YPvquz/2b7HVuf+wjYti1kKpnmVuLG4b0+UaEEcG+DXviY3sUqKDWupFxbrFgygy8WM58Ic/8X0S2VAC/QbyEWt3Jk3cyJkvWGazusn47cXtp5DbjseK6Z06UlbJl3xPVhnF7VqQgCjhyM9YO9WJX5/Kx1i4nDgdWoYmeZkcpg7En2xFupK7jX1m+269cmh4RhKHV2WsFIqBh7Iiu9G8ZmL0EJv2dWn7Shx3M3cokpr12DjoJog9odKauqNW/MUOKZSni1BE= ceph-134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:43:12.197 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T11:43:14.049 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi162 2024-01-21T11:43:14.049 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-21T11:43:14.049 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.conf 2024-01-21T11:43:14.071 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-21T11:43:14.071 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:43:14.131 INFO:tasks.cephadm:Adding host smithi162 to orchestrator... 2024-01-21T11:43:14.132 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch host add smithi162 2024-01-21T11:43:35.494 INFO:teuthology.orchestra.run.smithi162.stdout:Added host 'smithi162' 2024-01-21T11:43:35.842 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T11:43:37.061 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:43:37.061 INFO:teuthology.orchestra.run.smithi162.stdout:[{"addr": "smithi087", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "smithi162", "hostname": "smithi162", "labels": [], "status": ""}] 2024-01-21T11:43:37.427 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T11:43:37.428 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T11:43:39.502 INFO:teuthology.orchestra.run.smithi087.stderr:adjusted tunables profile to default 2024-01-21T11:43:39.852 INFO:tasks.cephadm:Adding mon.smithi162 on smithi162 2024-01-21T11:43:39.852 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add mon smithi162:172.21.15.162=smithi162 2024-01-21T11:43:49.037 INFO:teuthology.orchestra.run.smithi162.stdout:Deployed mon.smithi162 on host 'smithi162' 2024-01-21T11:43:49.389 DEBUG:teuthology.orchestra.run.smithi162:mon.smithi162> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi162.service 2024-01-21T11:43:49.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:43:49.392 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:43:49.422 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:-- Logs begin at Sun 2024-01-21 11:33:34 UTC. -- 2024-01-21T11:43:50.714 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-21T11:43:50.714 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":2,"fsid":"134b6d20-b852-11ee-95b0-87774f69a715","modified":"2024-01-21T11:43:43.991409Z","created":"2024-01-21T11:42:21.341854Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-01-21T11:43:50.715 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 2 2024-01-21T11:43:51.121 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T11:43:51.121 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T11:43:52.285 INFO:teuthology.orchestra.run.smithi087.stdout:# minimal ceph.conf for 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:43:52.285 INFO:teuthology.orchestra.run.smithi087.stdout:[global] 2024-01-21T11:43:52.285 INFO:teuthology.orchestra.run.smithi087.stdout: fsid = 134b6d20-b852-11ee-95b0-87774f69a715 2024-01-21T11:43:52.285 INFO:teuthology.orchestra.run.smithi087.stdout: mon_host = [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] 2024-01-21T11:43:52.676 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T11:43:52.677 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:43:52.677 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T11:43:52.705 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:43:52.705 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:43:52.771 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-21T11:43:52.772 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T11:43:52.902 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-21T11:43:52.902 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:43:52.990 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T11:43:52.991 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:43:52.991 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:43:53.009 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-01-21T11:43:53.009 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 164403 Links: 1 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-21 11:43:15.613279814 +0000 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-21 11:41:00.845512459 +0000 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-21 11:41:00.845512459 +0000 2024-01-21T11:43:53.067 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-21T11:43:53.068 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T11:43:53.133 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-21T11:43:53.133 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-21T11:43:53.133 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000311504 s, 1.6 MB/s 2024-01-21T11:43:53.134 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T11:43:53.192 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2024-01-21T11:43:53.250 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T11:43:53.251 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:43:53.251 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 162742 Links: 1 2024-01-21T11:43:53.251 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:43:53.251 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:43:53.251 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-21 11:43:15.613279814 +0000 2024-01-21T11:43:53.251 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-21 11:41:01.188504574 +0000 2024-01-21T11:43:53.251 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-21 11:41:01.188504574 +0000 2024-01-21T11:43:53.251 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-21T11:43:53.251 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T11:43:53.316 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-21T11:43:53.316 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-21T11:43:53.316 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000234385 s, 2.2 MB/s 2024-01-21T11:43:53.317 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T11:43:53.376 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2024-01-21T11:43:53.433 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T11:43:53.434 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:43:53.434 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 159364 Links: 1 2024-01-21T11:43:53.434 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:43:53.434 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:43:53.434 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-21 11:43:15.613279814 +0000 2024-01-21T11:43:53.434 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-21 11:41:01.525496828 +0000 2024-01-21T11:43:53.434 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-21 11:41:01.525496828 +0000 2024-01-21T11:43:53.434 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-21T11:43:53.435 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T11:43:53.500 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-21T11:43:53.500 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-21T11:43:53.500 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000178553 s, 2.9 MB/s 2024-01-21T11:43:53.501 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T11:43:53.560 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2024-01-21T11:43:53.617 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T11:43:53.617 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:43:53.618 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 163394 Links: 1 2024-01-21T11:43:53.618 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:43:53.618 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:43:53.618 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-21 11:43:15.613279814 +0000 2024-01-21T11:43:53.618 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-21 11:41:01.873488827 +0000 2024-01-21T11:43:53.618 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-21 11:41:01.873488827 +0000 2024-01-21T11:43:53.618 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-21T11:43:53.618 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T11:43:53.684 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-21T11:43:53.684 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-21T11:43:53.684 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000246853 s, 2.1 MB/s 2024-01-21T11:43:53.685 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T11:43:53.744 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-21T11:43:53.744 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:43:53.766 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-01-21T11:43:53.766 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_1 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 164302 Links: 1 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-21 11:43:43.626645399 +0000 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-21 11:40:53.451804659 +0000 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-21 11:40:53.451804659 +0000 2024-01-21T11:43:53.827 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-21T11:43:53.828 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T11:43:53.896 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-21T11:43:53.896 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-21T11:43:53.896 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000264785 s, 1.9 MB/s 2024-01-21T11:43:53.897 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T11:43:53.959 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_2 2024-01-21T11:43:54.018 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T11:43:54.018 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:43:54.018 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 164339 Links: 1 2024-01-21T11:43:54.018 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:43:54.018 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:43:54.018 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-21 11:43:43.626645399 +0000 2024-01-21T11:43:54.019 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-21 11:40:53.774798184 +0000 2024-01-21T11:43:54.019 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-21 11:40:53.774798184 +0000 2024-01-21T11:43:54.019 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-21T11:43:54.019 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T11:43:54.086 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-21T11:43:54.087 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-21T11:43:54.087 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000196761 s, 2.6 MB/s 2024-01-21T11:43:54.088 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T11:43:54.147 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_3 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 163752 Links: 1 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-21 11:43:43.626645399 +0000 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-21 11:40:54.122791208 +0000 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-21 11:40:54.122791208 +0000 2024-01-21T11:43:54.206 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-21T11:43:54.207 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T11:43:54.271 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-21T11:43:54.272 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-21T11:43:54.272 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000178727 s, 2.9 MB/s 2024-01-21T11:43:54.273 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T11:43:54.331 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_4 2024-01-21T11:43:54.389 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T11:43:54.390 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:43:54.390 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 166134 Links: 1 2024-01-21T11:43:54.390 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:43:54.390 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:43:54.390 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-21 11:43:43.626645399 +0000 2024-01-21T11:43:54.390 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-21 11:40:54.464784353 +0000 2024-01-21T11:43:54.390 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-21 11:40:54.464784353 +0000 2024-01-21T11:43:54.390 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-21T11:43:54.390 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T11:43:54.455 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-21T11:43:54.456 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-21T11:43:54.456 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000215606 s, 2.4 MB/s 2024-01-21T11:43:54.457 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T11:43:54.515 INFO:tasks.cephadm:Deploying osd.0 on smithi087 with /dev/vg_nvme/lv_4... 2024-01-21T11:43:54.516 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-21T11:43:55.843 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-21T11:43:55.844 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-21T11:43:55.844 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2024-01-21T11:43:55.844 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2024-01-21T11:43:55.844 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0157543 s, 666 MB/s 2024-01-21T11:43:55.844 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2024-01-21T11:43:56.243 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi087:vg_nvme/lv_4 2024-01-21T11:48:52.976 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 0 on host 'smithi087' 2024-01-21T11:48:53.297 DEBUG:teuthology.orchestra.run.smithi087:osd.0> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.0.service 2024-01-21T11:48:53.299 INFO:tasks.cephadm:Deploying osd.1 on smithi087 with /dev/vg_nvme/lv_3... 2024-01-21T11:48:53.299 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-21T11:48:53.329 INFO:journalctl@ceph.osd.0.smithi087.stdout:-- Logs begin at Sun 2024-01-21 11:33:23 UTC. -- 2024-01-21T11:48:54.676 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-21T11:48:54.676 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-21T11:48:54.676 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2024-01-21T11:48:54.676 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2024-01-21T11:48:54.676 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122828 s, 854 MB/s 2024-01-21T11:48:54.676 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2024-01-21T11:48:55.017 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi087:vg_nvme/lv_3 2024-01-21T11:49:16.814 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 1 on host 'smithi087' 2024-01-21T11:49:17.176 DEBUG:teuthology.orchestra.run.smithi087:osd.1> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.1.service 2024-01-21T11:49:17.179 INFO:tasks.cephadm:Deploying osd.2 on smithi087 with /dev/vg_nvme/lv_2... 2024-01-21T11:49:17.179 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-21T11:49:17.208 INFO:journalctl@ceph.osd.1.smithi087.stdout:-- Logs begin at Sun 2024-01-21 11:33:23 UTC. -- 2024-01-21T11:49:18.515 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-21T11:49:18.515 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-21T11:49:18.515 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2024-01-21T11:49:18.515 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2024-01-21T11:49:18.515 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122069 s, 859 MB/s 2024-01-21T11:49:18.515 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2024-01-21T11:49:18.850 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi087:vg_nvme/lv_2 2024-01-21T11:49:28.621 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 2 on host 'smithi087' 2024-01-21T11:49:28.936 DEBUG:teuthology.orchestra.run.smithi087:osd.2> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.2.service 2024-01-21T11:49:28.938 INFO:tasks.cephadm:Deploying osd.3 on smithi087 with /dev/vg_nvme/lv_1... 2024-01-21T11:49:28.938 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-21T11:49:28.966 INFO:journalctl@ceph.osd.2.smithi087.stdout:-- Logs begin at Sun 2024-01-21 11:33:23 UTC. -- 2024-01-21T11:49:30.253 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-21T11:49:30.253 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-21T11:49:30.253 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2024-01-21T11:49:30.253 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2024-01-21T11:49:30.253 INFO:teuthology.orchestra.run.smithi087.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.012401 s, 846 MB/s 2024-01-21T11:49:30.253 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2024-01-21T11:49:30.632 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi087:vg_nvme/lv_1 2024-01-21T11:49:43.451 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 3 on host 'smithi087' 2024-01-21T11:49:43.765 DEBUG:teuthology.orchestra.run.smithi087:osd.3> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.3.service 2024-01-21T11:49:43.768 INFO:tasks.cephadm:Deploying osd.4 on smithi162 with /dev/vg_nvme/lv_4... 2024-01-21T11:49:43.768 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-21T11:49:43.797 INFO:journalctl@ceph.osd.3.smithi087.stdout:-- Logs begin at Sun 2024-01-21 11:33:23 UTC. -- 2024-01-21T11:49:45.167 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-21T11:49:45.167 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-21T11:49:45.167 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2024-01-21T11:49:45.167 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2024-01-21T11:49:45.167 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0129905 s, 807 MB/s 2024-01-21T11:49:45.167 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2024-01-21T11:49:45.523 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_4 2024-01-21T11:51:19.552 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 4 on host 'smithi162' 2024-01-21T11:51:19.894 DEBUG:teuthology.orchestra.run.smithi162:osd.4> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.4.service 2024-01-21T11:51:19.897 INFO:tasks.cephadm:Deploying osd.5 on smithi162 with /dev/vg_nvme/lv_3... 2024-01-21T11:51:19.897 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-21T11:51:19.926 INFO:journalctl@ceph.osd.4.smithi162.stdout:-- Logs begin at Sun 2024-01-21 11:33:34 UTC. -- 2024-01-21T11:51:21.288 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-21T11:51:21.289 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-21T11:51:21.289 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2024-01-21T11:51:21.289 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2024-01-21T11:51:21.289 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.014929 s, 702 MB/s 2024-01-21T11:51:21.289 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2024-01-21T11:51:21.663 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_3 2024-01-21T11:51:31.565 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 5 on host 'smithi162' 2024-01-21T11:51:31.967 DEBUG:teuthology.orchestra.run.smithi162:osd.5> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.5.service 2024-01-21T11:51:31.970 INFO:tasks.cephadm:Deploying osd.6 on smithi162 with /dev/vg_nvme/lv_2... 2024-01-21T11:51:31.970 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-21T11:51:32.000 INFO:journalctl@ceph.osd.5.smithi162.stdout:-- Logs begin at Sun 2024-01-21 11:33:34 UTC. -- 2024-01-21T11:51:33.497 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-21T11:51:33.497 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-21T11:51:33.497 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2024-01-21T11:51:33.498 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2024-01-21T11:51:33.498 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123429 s, 850 MB/s 2024-01-21T11:51:33.498 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2024-01-21T11:51:33.884 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_2 2024-01-21T11:51:43.754 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 6 on host 'smithi162' 2024-01-21T11:51:44.148 DEBUG:teuthology.orchestra.run.smithi162:osd.6> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.6.service 2024-01-21T11:51:44.151 INFO:tasks.cephadm:Deploying osd.7 on smithi162 with /dev/vg_nvme/lv_1... 2024-01-21T11:51:44.151 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-21T11:51:44.180 INFO:journalctl@ceph.osd.6.smithi162.stdout:-- Logs begin at Sun 2024-01-21 11:33:34 UTC. -- 2024-01-21T11:51:45.682 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-21T11:51:45.682 INFO:teuthology.orchestra.run.smithi162.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-21T11:51:45.682 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10+0 records in 2024-01-21T11:51:45.682 INFO:teuthology.orchestra.run.smithi162.stderr:10+0 records out 2024-01-21T11:51:45.682 INFO:teuthology.orchestra.run.smithi162.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111065 s, 944 MB/s 2024-01-21T11:51:45.682 INFO:teuthology.orchestra.run.smithi162.stderr:--> Zapping successful for: 2024-01-21T11:51:46.108 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch daemon add osd smithi162:vg_nvme/lv_1 2024-01-21T11:51:55.959 INFO:teuthology.orchestra.run.smithi162.stdout:Created osd(s) 7 on host 'smithi162' 2024-01-21T11:51:56.346 DEBUG:teuthology.orchestra.run.smithi162:osd.7> sudo journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.7.service 2024-01-21T11:51:56.348 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T11:51:56.348 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:51:56.378 INFO:journalctl@ceph.osd.7.smithi162.stdout:-- Logs begin at Sun 2024-01-21 11:33:34 UTC. -- 2024-01-21T11:51:57.616 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:51:58.029 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1705837907,"num_in_osds":7,"osd_in_since":1705837907,"num_remapped_pgs":0} 2024-01-21T11:51:59.030 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:52:00.206 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:00.553 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":46,"num_osds":8,"num_up_osds":8,"osd_up_since":1705837919,"num_in_osds":8,"osd_in_since":1705837919,"num_remapped_pgs":0} 2024-01-21T11:52:00.553 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T11:52:00.554 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T11:52:01.723 INFO:teuthology.orchestra.run.smithi087.stdout:[client.0] 2024-01-21T11:52:01.723 INFO:teuthology.orchestra.run.smithi087.stdout: key = AQBhBa1lKpn0KhAAmKkG25+onkifjTAnLemqrA== 2024-01-21T11:52:02.111 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-21T11:52:02.111 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T11:52:02.111 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T11:52:02.150 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:52:02.324 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:03.369 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:03.369 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":47,"fsid":"134b6d20-b852-11ee-95b0-87774f69a715","created":"2024-01-21T11:42:23.135929+0000","modified":"2024-01-21T11:52:00.972892+0000","last_up_change":"2024-01-21T11:51:59.969085+0000","last_in_change":"2024-01-21T11:51:59.969085+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-01-21T11:43:39.732884+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":"b0acc596-3056-4301-b646-41bcaa7e61fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6803","nonce":4137845477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6805","nonce":4137845477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6809","nonce":4137845477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6807","nonce":4137845477}]},"public_addr":"172.21.15.87:6803/4137845477","cluster_addr":"172.21.15.87:6805/4137845477","heartbeat_back_addr":"172.21.15.87:6809/4137845477","heartbeat_front_addr":"172.21.15.87:6807/4137845477","state":["exists","up"]},{"osd":1,"uuid":"9fc158a9-ebad-464c-af8c-18d082107564","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6811","nonce":922485695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6813","nonce":922485695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6817","nonce":922485695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6815","nonce":922485695}]},"public_addr":"172.21.15.87:6811/922485695","cluster_addr":"172.21.15.87:6813/922485695","heartbeat_back_addr":"172.21.15.87:6817/922485695","heartbeat_front_addr":"172.21.15.87:6815/922485695","state":["exists","up"]},{"osd":2,"uuid":"121f9d4c-8915-4147-b4b1-bd362b3eae80","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6819","nonce":3131776398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6821","nonce":3131776398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6825","nonce":3131776398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6823","nonce":3131776398}]},"public_addr":"172.21.15.87:6819/3131776398","cluster_addr":"172.21.15.87:6821/3131776398","heartbeat_back_addr":"172.21.15.87:6825/3131776398","heartbeat_front_addr":"172.21.15.87:6823/3131776398","state":["exists","up"]},{"osd":3,"uuid":"5c71dd56-27c0-4e81-941c-1c98b2ff3c25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6827","nonce":1785341590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6829","nonce":1785341590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6833","nonce":1785341590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6831","nonce":1785341590}]},"public_addr":"172.21.15.87:6827/1785341590","cluster_addr":"172.21.15.87:6829/1785341590","heartbeat_back_addr":"172.21.15.87:6833/1785341590","heartbeat_front_addr":"172.21.15.87:6831/1785341590","state":["exists","up"]},{"osd":4,"uuid":"8f5a530e-e727-402c-bed1-c346341063f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6801","nonce":1135025112}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6803","nonce":1135025112}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6807","nonce":1135025112}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6805","nonce":1135025112}]},"public_addr":"172.21.15.162:6801/1135025112","cluster_addr":"172.21.15.162:6803/1135025112","heartbeat_back_addr":"172.21.15.162:6807/1135025112","heartbeat_front_addr":"172.21.15.162:6805/1135025112","state":["exists","up"]},{"osd":5,"uuid":"a1fcf71d-efd8-4ecf-b408-2939d12331cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6809","nonce":3583766501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6811","nonce":3583766501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6815","nonce":3583766501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6813","nonce":3583766501}]},"public_addr":"172.21.15.162:6809/3583766501","cluster_addr":"172.21.15.162:6811/3583766501","heartbeat_back_addr":"172.21.15.162:6815/3583766501","heartbeat_front_addr":"172.21.15.162:6813/3583766501","state":["exists","up"]},{"osd":6,"uuid":"5339db77-34e4-4d8d-8b18-6b38fe943b75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6817","nonce":253562900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6819","nonce":253562900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6823","nonce":253562900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6821","nonce":253562900}]},"public_addr":"172.21.15.162:6817/253562900","cluster_addr":"172.21.15.162:6819/253562900","heartbeat_back_addr":"172.21.15.162:6823/253562900","heartbeat_front_addr":"172.21.15.162:6821/253562900","state":["exists","up"]},{"osd":7,"uuid":"e774ddec-0cd1-4447-895e-1ddc7180f419","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6825","nonce":4090159372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6827","nonce":4090159372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6831","nonce":4090159372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6829","nonce":4090159372}]},"public_addr":"172.21.15.162:6825/4090159372","cluster_addr":"172.21.15.162:6827/4090159372","heartbeat_back_addr":"172.21.15.162:6831/4090159372","heartbeat_front_addr":"172.21.15.162:6829/4090159372","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-01-21T11:48:55.000773+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-01-21T11:49:18.826933+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-01-21T11:49:30.608406+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-01-21T11:49:45.464316+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-01-21T11:51:21.628299+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-01-21T11:51:33.586338+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-01-21T11:51:45.828285+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-01-21T11:51:57.987512+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.87:0/1679052963":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6801/2654736423":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6800/2654736423":"2024-01-22T11:43:06.663164+0000","172.21.15.87:0/877400509":"2024-01-22T11:42:56.246068+0000","172.21.15.87:0/1105568780":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6801/2203174005":"2024-01-22T11:42:56.246068+0000","172.21.15.87:6800/2203174005":"2024-01-22T11:42:56.246068+0000","172.21.15.87:0/2112483351":"2024-01-22T11:42:56.246068+0000","172.21.15.87:6800/3355427350":"2024-01-22T11:42:39.520836+0000","172.21.15.87:6801/3355427350":"2024-01-22T11:42:39.520836+0000","172.21.15.87:0/2264806337":"2024-01-22T11:42:39.520836+0000","172.21.15.87:0/950914742":"2024-01-22T11:42:39.520836+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-01-21T11:52:03.745 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T11:43:39.732884+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-01-21T11:52:03.746 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T11:52:03.883 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:04.828 INFO:teuthology.orchestra.run.smithi087.stdout:pg_num: 1 2024-01-21T11:52:05.196 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T11:52:05.196 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T11:52:05.196 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T11:52:05.332 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:06.441 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:06.763 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi087.jlmamk","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3898356900},{"type":"v1","addr":"172.21.15.87:6801","nonce":3898356900}]},"active_addr":"172.21.15.87:6801/3898356900","active_change":"2024-01-21T11:43:06.663478+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24123,"name":"smithi162.pqlggx","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://smithi087.front.sepia.ceph.com:8443/","prometheus":"http://smithi087.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.87:0","nonce":3075079826}]},{"addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":2814272710}]}]}} 2024-01-21T11:52:06.765 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T11:52:06.765 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T11:52:06.766 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:52:06.901 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:08.020 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:08.020 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":47,"fsid":"134b6d20-b852-11ee-95b0-87774f69a715","created":"2024-01-21T11:42:23.135929+0000","modified":"2024-01-21T11:52:00.972892+0000","last_up_change":"2024-01-21T11:51:59.969085+0000","last_in_change":"2024-01-21T11:51:59.969085+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-01-21T11:43:39.732884+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":"b0acc596-3056-4301-b646-41bcaa7e61fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6803","nonce":4137845477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6805","nonce":4137845477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6809","nonce":4137845477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6807","nonce":4137845477}]},"public_addr":"172.21.15.87:6803/4137845477","cluster_addr":"172.21.15.87:6805/4137845477","heartbeat_back_addr":"172.21.15.87:6809/4137845477","heartbeat_front_addr":"172.21.15.87:6807/4137845477","state":["exists","up"]},{"osd":1,"uuid":"9fc158a9-ebad-464c-af8c-18d082107564","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6811","nonce":922485695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6813","nonce":922485695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6817","nonce":922485695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6815","nonce":922485695}]},"public_addr":"172.21.15.87:6811/922485695","cluster_addr":"172.21.15.87:6813/922485695","heartbeat_back_addr":"172.21.15.87:6817/922485695","heartbeat_front_addr":"172.21.15.87:6815/922485695","state":["exists","up"]},{"osd":2,"uuid":"121f9d4c-8915-4147-b4b1-bd362b3eae80","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6819","nonce":3131776398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6821","nonce":3131776398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6825","nonce":3131776398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6823","nonce":3131776398}]},"public_addr":"172.21.15.87:6819/3131776398","cluster_addr":"172.21.15.87:6821/3131776398","heartbeat_back_addr":"172.21.15.87:6825/3131776398","heartbeat_front_addr":"172.21.15.87:6823/3131776398","state":["exists","up"]},{"osd":3,"uuid":"5c71dd56-27c0-4e81-941c-1c98b2ff3c25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6827","nonce":1785341590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6829","nonce":1785341590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6833","nonce":1785341590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6831","nonce":1785341590}]},"public_addr":"172.21.15.87:6827/1785341590","cluster_addr":"172.21.15.87:6829/1785341590","heartbeat_back_addr":"172.21.15.87:6833/1785341590","heartbeat_front_addr":"172.21.15.87:6831/1785341590","state":["exists","up"]},{"osd":4,"uuid":"8f5a530e-e727-402c-bed1-c346341063f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6801","nonce":1135025112}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6803","nonce":1135025112}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6807","nonce":1135025112}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6805","nonce":1135025112}]},"public_addr":"172.21.15.162:6801/1135025112","cluster_addr":"172.21.15.162:6803/1135025112","heartbeat_back_addr":"172.21.15.162:6807/1135025112","heartbeat_front_addr":"172.21.15.162:6805/1135025112","state":["exists","up"]},{"osd":5,"uuid":"a1fcf71d-efd8-4ecf-b408-2939d12331cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6809","nonce":3583766501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6811","nonce":3583766501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6815","nonce":3583766501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6813","nonce":3583766501}]},"public_addr":"172.21.15.162:6809/3583766501","cluster_addr":"172.21.15.162:6811/3583766501","heartbeat_back_addr":"172.21.15.162:6815/3583766501","heartbeat_front_addr":"172.21.15.162:6813/3583766501","state":["exists","up"]},{"osd":6,"uuid":"5339db77-34e4-4d8d-8b18-6b38fe943b75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6817","nonce":253562900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6819","nonce":253562900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6823","nonce":253562900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6821","nonce":253562900}]},"public_addr":"172.21.15.162:6817/253562900","cluster_addr":"172.21.15.162:6819/253562900","heartbeat_back_addr":"172.21.15.162:6823/253562900","heartbeat_front_addr":"172.21.15.162:6821/253562900","state":["exists","up"]},{"osd":7,"uuid":"e774ddec-0cd1-4447-895e-1ddc7180f419","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6825","nonce":4090159372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6827","nonce":4090159372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6831","nonce":4090159372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6829","nonce":4090159372}]},"public_addr":"172.21.15.162:6825/4090159372","cluster_addr":"172.21.15.162:6827/4090159372","heartbeat_back_addr":"172.21.15.162:6831/4090159372","heartbeat_front_addr":"172.21.15.162:6829/4090159372","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-01-21T11:48:55.000773+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-01-21T11:49:18.826933+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-01-21T11:49:30.608406+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-01-21T11:49:45.464316+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-01-21T11:51:21.628299+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-01-21T11:51:33.586338+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-01-21T11:51:45.828285+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-01-21T11:51:57.987512+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.87:0/1679052963":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6801/2654736423":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6800/2654736423":"2024-01-22T11:43:06.663164+0000","172.21.15.87:0/877400509":"2024-01-22T11:42:56.246068+0000","172.21.15.87:0/1105568780":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6801/2203174005":"2024-01-22T11:42:56.246068+0000","172.21.15.87:6800/2203174005":"2024-01-22T11:42:56.246068+0000","172.21.15.87:0/2112483351":"2024-01-22T11:42:56.246068+0000","172.21.15.87:6800/3355427350":"2024-01-22T11:42:39.520836+0000","172.21.15.87:6801/3355427350":"2024-01-22T11:42:39.520836+0000","172.21.15.87:0/2264806337":"2024-01-22T11:42:39.520836+0000","172.21.15.87:0/950914742":"2024-01-22T11:42:39.520836+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-01-21T11:52:08.394 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T11:52:08.395 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:52:08.532 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:09.646 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:09.646 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":47,"fsid":"134b6d20-b852-11ee-95b0-87774f69a715","created":"2024-01-21T11:42:23.135929+0000","modified":"2024-01-21T11:52:00.972892+0000","last_up_change":"2024-01-21T11:51:59.969085+0000","last_in_change":"2024-01-21T11:51:59.969085+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-01-21T11:43:39.732884+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":"b0acc596-3056-4301-b646-41bcaa7e61fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6803","nonce":4137845477}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6805","nonce":4137845477}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6809","nonce":4137845477}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":4137845477},{"type":"v1","addr":"172.21.15.87:6807","nonce":4137845477}]},"public_addr":"172.21.15.87:6803/4137845477","cluster_addr":"172.21.15.87:6805/4137845477","heartbeat_back_addr":"172.21.15.87:6809/4137845477","heartbeat_front_addr":"172.21.15.87:6807/4137845477","state":["exists","up"]},{"osd":1,"uuid":"9fc158a9-ebad-464c-af8c-18d082107564","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6811","nonce":922485695}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6813","nonce":922485695}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6817","nonce":922485695}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":922485695},{"type":"v1","addr":"172.21.15.87:6815","nonce":922485695}]},"public_addr":"172.21.15.87:6811/922485695","cluster_addr":"172.21.15.87:6813/922485695","heartbeat_back_addr":"172.21.15.87:6817/922485695","heartbeat_front_addr":"172.21.15.87:6815/922485695","state":["exists","up"]},{"osd":2,"uuid":"121f9d4c-8915-4147-b4b1-bd362b3eae80","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6819","nonce":3131776398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6821","nonce":3131776398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6825","nonce":3131776398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3131776398},{"type":"v1","addr":"172.21.15.87:6823","nonce":3131776398}]},"public_addr":"172.21.15.87:6819/3131776398","cluster_addr":"172.21.15.87:6821/3131776398","heartbeat_back_addr":"172.21.15.87:6825/3131776398","heartbeat_front_addr":"172.21.15.87:6823/3131776398","state":["exists","up"]},{"osd":3,"uuid":"5c71dd56-27c0-4e81-941c-1c98b2ff3c25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6827","nonce":1785341590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6829","nonce":1785341590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6833","nonce":1785341590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":1785341590},{"type":"v1","addr":"172.21.15.87:6831","nonce":1785341590}]},"public_addr":"172.21.15.87:6827/1785341590","cluster_addr":"172.21.15.87:6829/1785341590","heartbeat_back_addr":"172.21.15.87:6833/1785341590","heartbeat_front_addr":"172.21.15.87:6831/1785341590","state":["exists","up"]},{"osd":4,"uuid":"8f5a530e-e727-402c-bed1-c346341063f5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6801","nonce":1135025112}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6803","nonce":1135025112}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6807","nonce":1135025112}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1135025112},{"type":"v1","addr":"172.21.15.162:6805","nonce":1135025112}]},"public_addr":"172.21.15.162:6801/1135025112","cluster_addr":"172.21.15.162:6803/1135025112","heartbeat_back_addr":"172.21.15.162:6807/1135025112","heartbeat_front_addr":"172.21.15.162:6805/1135025112","state":["exists","up"]},{"osd":5,"uuid":"a1fcf71d-efd8-4ecf-b408-2939d12331cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6808","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6809","nonce":3583766501}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6811","nonce":3583766501}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6815","nonce":3583766501}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":3583766501},{"type":"v1","addr":"172.21.15.162:6813","nonce":3583766501}]},"public_addr":"172.21.15.162:6809/3583766501","cluster_addr":"172.21.15.162:6811/3583766501","heartbeat_back_addr":"172.21.15.162:6815/3583766501","heartbeat_front_addr":"172.21.15.162:6813/3583766501","state":["exists","up"]},{"osd":6,"uuid":"5339db77-34e4-4d8d-8b18-6b38fe943b75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6817","nonce":253562900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6819","nonce":253562900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6823","nonce":253562900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":253562900},{"type":"v1","addr":"172.21.15.162:6821","nonce":253562900}]},"public_addr":"172.21.15.162:6817/253562900","cluster_addr":"172.21.15.162:6819/253562900","heartbeat_back_addr":"172.21.15.162:6823/253562900","heartbeat_front_addr":"172.21.15.162:6821/253562900","state":["exists","up"]},{"osd":7,"uuid":"e774ddec-0cd1-4447-895e-1ddc7180f419","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6825","nonce":4090159372}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6827","nonce":4090159372}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6831","nonce":4090159372}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":4090159372},{"type":"v1","addr":"172.21.15.162:6829","nonce":4090159372}]},"public_addr":"172.21.15.162:6825/4090159372","cluster_addr":"172.21.15.162:6827/4090159372","heartbeat_back_addr":"172.21.15.162:6831/4090159372","heartbeat_front_addr":"172.21.15.162:6829/4090159372","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-01-21T11:48:55.000773+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-01-21T11:49:18.826933+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-01-21T11:49:30.608406+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-01-21T11:49:45.464316+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-01-21T11:51:21.628299+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-01-21T11:51:33.586338+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-01-21T11:51:45.828285+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-01-21T11:51:57.987512+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.87:0/1679052963":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6801/2654736423":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6800/2654736423":"2024-01-22T11:43:06.663164+0000","172.21.15.87:0/877400509":"2024-01-22T11:42:56.246068+0000","172.21.15.87:0/1105568780":"2024-01-22T11:43:06.663164+0000","172.21.15.87:6801/2203174005":"2024-01-22T11:42:56.246068+0000","172.21.15.87:6800/2203174005":"2024-01-22T11:42:56.246068+0000","172.21.15.87:0/2112483351":"2024-01-22T11:42:56.246068+0000","172.21.15.87:6800/3355427350":"2024-01-22T11:42:39.520836+0000","172.21.15.87:6801/3355427350":"2024-01-22T11:42:39.520836+0000","172.21.15.87:0/2264806337":"2024-01-22T11:42:39.520836+0000","172.21.15.87:0/950914742":"2024-01-22T11:42:39.520836+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-01-21T11:52:09.969 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T11:52:10.106 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:11.489 INFO:teuthology.orchestra.run.smithi087.stdout:47244640298 2024-01-21T11:52:11.489 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T11:52:11.627 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:12.901 INFO:teuthology.orchestra.run.smithi087.stdout:73014444070 2024-01-21T11:52:12.902 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T11:52:13.038 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:14.426 INFO:teuthology.orchestra.run.smithi087.stdout:90194313251 2024-01-21T11:52:14.427 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T11:52:14.564 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:15.810 INFO:teuthology.orchestra.run.smithi087.stdout:111669149729 2024-01-21T11:52:15.810 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T11:52:15.945 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:17.259 INFO:teuthology.orchestra.run.smithi087.stdout:133143986189 2024-01-21T11:52:17.259 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T11:52:17.397 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:18.675 INFO:teuthology.orchestra.run.smithi087.stdout:154618822667 2024-01-21T11:52:18.676 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T11:52:18.811 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:20.051 INFO:teuthology.orchestra.run.smithi087.stdout:176093659145 2024-01-21T11:52:20.051 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T11:52:20.187 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:21.583 INFO:teuthology.orchestra.run.smithi087.stdout:197568495623 2024-01-21T11:52:21.584 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T11:52:21.720 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:22.690 INFO:teuthology.orchestra.run.smithi087.stdout:47244640300 2024-01-21T11:52:23.050 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640298 got 47244640300 for osd.0 2024-01-21T11:52:23.051 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T11:52:23.187 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:24.273 INFO:teuthology.orchestra.run.smithi087.stdout:73014444072 2024-01-21T11:52:24.617 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444070 got 73014444072 for osd.1 2024-01-21T11:52:24.617 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T11:52:24.752 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:25.775 INFO:teuthology.orchestra.run.smithi087.stdout:90194313253 2024-01-21T11:52:26.158 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313251 got 90194313253 for osd.2 2024-01-21T11:52:26.158 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T11:52:26.298 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:27.382 INFO:teuthology.orchestra.run.smithi087.stdout:111669149731 2024-01-21T11:52:27.791 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149729 got 111669149731 for osd.3 2024-01-21T11:52:27.791 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T11:52:27.930 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:28.897 INFO:teuthology.orchestra.run.smithi087.stdout:133143986191 2024-01-21T11:52:29.242 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986189 got 133143986191 for osd.4 2024-01-21T11:52:29.243 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T11:52:29.379 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:30.452 INFO:teuthology.orchestra.run.smithi087.stdout:154618822669 2024-01-21T11:52:30.817 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822667 got 154618822669 for osd.5 2024-01-21T11:52:30.817 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T11:52:30.952 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:32.015 INFO:teuthology.orchestra.run.smithi087.stdout:176093659147 2024-01-21T11:52:32.374 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659145 got 176093659147 for osd.6 2024-01-21T11:52:32.374 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T11:52:32.512 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:33.544 INFO:teuthology.orchestra.run.smithi087.stdout:197568495625 2024-01-21T11:52:33.940 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495623 got 197568495625 for osd.7 2024-01-21T11:52:33.940 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T11:52:33.940 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T11:52:34.077 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:35.054 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:35.055 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2024-01-21T11:52:35.424 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":319,"stamp":"2024-01-21T11:52:33.396402+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392220,"kb_used_data":3548,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568996,"statfs":{"total":767960285184,"available":759366651904,"internally_reserved":8589934592,"allocated":3633152,"data_stored":1459306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"47","state":"active+clean","last_fresh":"2024-01-21T11:52:00.980936+0000","last_change":"2024-01-21T11:52:00.980936+0000","last_active":"2024-01-21T11:52:00.980936+0000","last_peered":"2024-01-21T11:52:00.980936+0000","last_clean":"2024-01-21T11:52:00.980936+0000","last_became_active":"2024-01-21T11:52:00.980415+0000","last_became_peered":"2024-01-21T11:52:00.980415+0000","last_unstale":"2024-01-21T11:52:00.980936+0000","last_undegraded":"2024-01-21T11:52:00.980936+0000","last_fullsized":"2024-01-21T11:52:00.980936+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T11:43:40.498973+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T11:43:40.498973+0000","last_clean_scrub_stamp":"2024-01-21T11:43:40.498973+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":46,"seq":197568495625,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.54900000000000004}]},{"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.45300000000000001}]},{"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.47499999999999998}]},{"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.62}]},{"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.34200000000000003}]},{"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.35199999999999998}]},{"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.42899999999999999}]}]},{"osd":6,"up_from":41,"seq":176093659148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.59299999999999997}]},{"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.47699999999999998}]},{"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.43099999999999999}]},{"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.53500000000000003}]},{"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.57499999999999996}]},{"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.54600000000000004}]},{"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.60399999999999998}]}]},{"osd":1,"up_from":17,"seq":73014444074,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Sun Jan 21 11:52:27 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.32700000000000001,"15min":0.313},"min":{"1min":0.22600000000000001,"5min":0.183,"15min":0.183},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.379},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.33300000000000002,"15min":0.32500000000000001},"min":{"1min":0.214,"5min":0.19500000000000001,"15min":0.19500000000000001},"max":{"1min":0.497,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.40400000000000003}]},{"osd":2,"last update":"Sun Jan 21 11:51:37 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.33800000000000002,"15min":0.33600000000000002},"min":{"1min":0.25800000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.443},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.36199999999999999,"15min":0.36399999999999999},"min":{"1min":0.27000000000000002,"5min":0.246,"15min":0.246},"max":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"last":0.37}]},{"osd":3,"last update":"Sun Jan 21 11:51:54 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.35399999999999998,"15min":0.35299999999999998},"min":{"1min":0.27900000000000003,"5min":0.247,"15min":0.247},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.39400000000000002,"15min":0.39300000000000002},"min":{"1min":0.29799999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.51200000000000001,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.42299999999999999}]},{"osd":4,"last update":"Sun Jan 21 11:52:23 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.624},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.71899999999999997}]},{"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.746}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61799999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77500000000000002}]}]},{"osd":0,"up_from":11,"seq":47244640303,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Jan 21 11:52:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.32600000000000001,"15min":0.317},"min":{"1min":0.217,"5min":0.183,"15min":0.183},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.32200000000000001,"15min":0.313},"min":{"1min":0.23899999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.32100000000000001}]},{"osd":2,"last update":"Sun Jan 21 11:51:39 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34300000000000003,"15min":0.34200000000000003},"min":{"1min":0.26100000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.40600000000000003,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.309},{"interface":"front","average":{"1min":0.373,"5min":0.35799999999999998,"15min":0.35599999999999998},"min":{"1min":0.30299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.44900000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.29999999999999999}]},{"osd":3,"last update":"Sun Jan 21 11:51:50 2024","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.36699999999999999,"15min":0.36299999999999999},"min":{"1min":0.28399999999999997,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.52700000000000002,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.38300000000000001,"15min":0.378},"min":{"1min":0.30399999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.25700000000000001}]},{"osd":4,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.67300000000000004}]},{"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.54700000000000004}]},{"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.68000000000000005}]},{"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.52600000000000002}]}]},{"osd":2,"up_from":21,"seq":90194313255,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049024,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696128,"statfs":{"total":95995035648,"available":94920835072,"internally_reserved":1073741824,"allocated":450560,"data_stored":182163,"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":"Sun Jan 21 11:51:33 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.35999999999999999,"15min":0.35799999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.55500000000000005,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.223},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.247,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.495,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.28999999999999998}]},{"osd":1,"last update":"Sun Jan 21 11:51:33 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.379,"15min":0.378},"min":{"1min":0.30399999999999999,"5min":0.189,"15min":0.189},"max":{"1min":0.48999999999999999,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.38,"15min":0.378},"min":{"1min":0.29099999999999998,"5min":0.222,"15min":0.222},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.33800000000000002}]},{"osd":3,"last update":"Sun Jan 21 11:51:52 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.41699999999999998,"15min":0.41899999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.308},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.41199999999999998,"15min":0.41399999999999998},"min":{"1min":0.315,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.53500000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.28100000000000003}]},{"osd":4,"last update":"Sun Jan 21 11:52:23 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.57299999999999995}]},{"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.55900000000000005}]},{"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.59999999999999998}]},{"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.54500000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149732,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:51:48 2024","interfaces":[{"interface":"back","average":{"1min":0.31,"5min":0.33600000000000002,"15min":0.34000000000000002},"min":{"1min":0.23100000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.34599999999999997,"5min":0.35399999999999998,"15min":0.35599999999999998},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.29899999999999999}]},{"osd":1,"last update":"Sun Jan 21 11:51:48 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.378,"15min":0.38200000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.45200000000000001,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.252},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.36199999999999999,"15min":0.36399999999999999},"min":{"1min":0.252,"5min":0.251,"15min":0.251},"max":{"1min":0.48099999999999998,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.27700000000000002}]},{"osd":2,"last update":"Sun Jan 21 11:51:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.39500000000000002,"15min":0.39700000000000002},"min":{"1min":0.30099999999999999,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.311},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.377,"15min":0.38},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.53800000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.29099999999999998}]},{"osd":4,"last update":"Sun Jan 21 11:52:26 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.995,"5min":0.995,"15min":0.995},"last":0.65700000000000003}]},{"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.58699999999999997}]},{"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.60499999999999998}]},{"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.622}]}]},{"osd":4,"up_from":31,"seq":133143986192,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.42099999999999999}]},{"osd":1,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.503}]},{"osd":2,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.48899999999999999}]},{"osd":3,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.53700000000000003}]},{"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.437}]},{"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.51100000000000001}]},{"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.52600000000000002}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.52900000000000003}]},{"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.44500000000000001}]},{"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.53600000000000003}]},{"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.47099999999999997}]},{"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.33900000000000002}]},{"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.45700000000000002}]},{"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.434}]}]}]}} 2024-01-21T11:52:35.425 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T11:52:35.563 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:36.616 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:36.617 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2024-01-21T11:52:36.981 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":320,"stamp":"2024-01-21T11:52:35.396750+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392220,"kb_used_data":3548,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568996,"statfs":{"total":767960285184,"available":759366651904,"internally_reserved":8589934592,"allocated":3633152,"data_stored":1459306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"47","state":"active+clean","last_fresh":"2024-01-21T11:52:00.980936+0000","last_change":"2024-01-21T11:52:00.980936+0000","last_active":"2024-01-21T11:52:00.980936+0000","last_peered":"2024-01-21T11:52:00.980936+0000","last_clean":"2024-01-21T11:52:00.980936+0000","last_became_active":"2024-01-21T11:52:00.980415+0000","last_became_peered":"2024-01-21T11:52:00.980415+0000","last_unstale":"2024-01-21T11:52:00.980936+0000","last_undegraded":"2024-01-21T11:52:00.980936+0000","last_fullsized":"2024-01-21T11:52:00.980936+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T11:43:40.498973+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T11:43:40.498973+0000","last_clean_scrub_stamp":"2024-01-21T11:43:40.498973+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":46,"seq":197568495625,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.54900000000000004}]},{"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.45300000000000001}]},{"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.47499999999999998}]},{"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.62}]},{"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.34200000000000003}]},{"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.35199999999999998}]},{"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.42899999999999999}]}]},{"osd":6,"up_from":41,"seq":176093659148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.59299999999999997}]},{"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.47699999999999998}]},{"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.43099999999999999}]},{"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.53500000000000003}]},{"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.57499999999999996}]},{"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.54600000000000004}]},{"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.60399999999999998}]}]},{"osd":1,"up_from":17,"seq":73014444074,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"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":"Sun Jan 21 11:52:27 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.32700000000000001,"15min":0.313},"min":{"1min":0.22600000000000001,"5min":0.183,"15min":0.183},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.379},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.33300000000000002,"15min":0.32500000000000001},"min":{"1min":0.214,"5min":0.19500000000000001,"15min":0.19500000000000001},"max":{"1min":0.497,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.40400000000000003}]},{"osd":2,"last update":"Sun Jan 21 11:51:37 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.33800000000000002,"15min":0.33600000000000002},"min":{"1min":0.25800000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.443},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.36199999999999999,"15min":0.36399999999999999},"min":{"1min":0.27000000000000002,"5min":0.246,"15min":0.246},"max":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"last":0.37}]},{"osd":3,"last update":"Sun Jan 21 11:51:54 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.35399999999999998,"15min":0.35299999999999998},"min":{"1min":0.27900000000000003,"5min":0.247,"15min":0.247},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.39400000000000002,"15min":0.39300000000000002},"min":{"1min":0.29799999999999999,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.51200000000000001,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.42299999999999999}]},{"osd":4,"last update":"Sun Jan 21 11:52:23 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.624},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.71899999999999997}]},{"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.746}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61799999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77500000000000002}]}]},{"osd":0,"up_from":11,"seq":47244640303,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Jan 21 11:52:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.32600000000000001,"15min":0.317},"min":{"1min":0.217,"5min":0.183,"15min":0.183},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.32200000000000001,"15min":0.313},"min":{"1min":0.23899999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.32100000000000001}]},{"osd":2,"last update":"Sun Jan 21 11:51:39 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34300000000000003,"15min":0.34200000000000003},"min":{"1min":0.26100000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.40600000000000003,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.309},{"interface":"front","average":{"1min":0.373,"5min":0.35799999999999998,"15min":0.35599999999999998},"min":{"1min":0.30299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.44900000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.29999999999999999}]},{"osd":3,"last update":"Sun Jan 21 11:51:50 2024","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.36699999999999999,"15min":0.36299999999999999},"min":{"1min":0.28399999999999997,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.52700000000000002,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.38300000000000001,"15min":0.378},"min":{"1min":0.30399999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.25700000000000001}]},{"osd":4,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.67300000000000004}]},{"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.54700000000000004}]},{"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.68000000000000005}]},{"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.52600000000000002}]}]},{"osd":2,"up_from":21,"seq":90194313255,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049024,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696128,"statfs":{"total":95995035648,"available":94920835072,"internally_reserved":1073741824,"allocated":450560,"data_stored":182163,"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":"Sun Jan 21 11:51:33 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.35999999999999999,"15min":0.35799999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.55500000000000005,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.223},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.247,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.495,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.28999999999999998}]},{"osd":1,"last update":"Sun Jan 21 11:51:33 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.379,"15min":0.378},"min":{"1min":0.30399999999999999,"5min":0.189,"15min":0.189},"max":{"1min":0.48999999999999999,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.38,"15min":0.378},"min":{"1min":0.29099999999999998,"5min":0.222,"15min":0.222},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.33800000000000002}]},{"osd":3,"last update":"Sun Jan 21 11:51:52 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.41699999999999998,"15min":0.41899999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"last":0.308},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.41199999999999998,"15min":0.41399999999999998},"min":{"1min":0.315,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.53500000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.28100000000000003}]},{"osd":4,"last update":"Sun Jan 21 11:52:23 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.57299999999999995}]},{"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.55900000000000005}]},{"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.59999999999999998}]},{"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.54500000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149733,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:51:48 2024","interfaces":[{"interface":"back","average":{"1min":0.31,"5min":0.33600000000000002,"15min":0.34000000000000002},"min":{"1min":0.23100000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.34599999999999997,"5min":0.35399999999999998,"15min":0.35599999999999998},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.245}]},{"osd":1,"last update":"Sun Jan 21 11:51:48 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.378,"15min":0.38200000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.45200000000000001,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.19900000000000001},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.36199999999999999,"15min":0.36399999999999999},"min":{"1min":0.252,"5min":0.251,"15min":0.251},"max":{"1min":0.48099999999999998,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.28299999999999997}]},{"osd":2,"last update":"Sun Jan 21 11:51:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.39500000000000002,"15min":0.39700000000000002},"min":{"1min":0.30099999999999999,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.25800000000000001},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.377,"15min":0.38},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.53800000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.26800000000000002}]},{"osd":4,"last update":"Sun Jan 21 11:52:26 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.995,"5min":0.995,"15min":0.995},"last":0.39900000000000002}]},{"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.48599999999999999}]},{"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.44600000000000001}]},{"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.47899999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.40300000000000002}]},{"osd":1,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.497},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.53900000000000003}]},{"osd":2,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.47299999999999998}]},{"osd":3,"last update":"Sun Jan 21 11:52:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.436},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.39000000000000001}]},{"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.42199999999999999}]},{"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.46000000000000002}]},{"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.47799999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":182449,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.52900000000000003}]},{"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.44500000000000001}]},{"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.53600000000000003}]},{"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.47099999999999997}]},{"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.33900000000000002}]},{"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.45700000000000002}]},{"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.434}]}]}]}} 2024-01-21T11:52:36.982 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T11:52:36.982 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T11:52:36.982 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T11:52:36.983 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T11:52:37.118 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/config 2024-01-21T11:52:38.179 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:38.540 INFO:teuthology.orchestra.run.smithi087.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T11:52:38.540 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T11:52:38.540 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T11:52:38.540 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:52:38.550 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T11:52:38.550 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T11:52:39.772 INFO:teuthology.orchestra.run.smithi087.stdout:Backend: cephadm 2024-01-21T11:52:39.772 INFO:teuthology.orchestra.run.smithi087.stdout:Available: True 2024-01-21T11:52:40.117 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T11:52:41.340 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T11:52:41.340 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 starting - - 2024-01-21T11:52:41.340 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 starting - - 2024-01-21T11:52:41.340 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 starting - - 2024-01-21T11:52:41.340 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (10m) 9m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (10m) 9m ago 10m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 starting - - 2024-01-21T11:52:41.341 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 starting - - 2024-01-21T11:52:41.746 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T11:52:42.967 INFO:teuthology.orchestra.run.smithi087.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-01-21T11:52:42.967 INFO:teuthology.orchestra.run.smithi087.stdout:alertmanager 0/1 - - count:1 2024-01-21T11:52:42.967 INFO:teuthology.orchestra.run.smithi087.stdout:crash 2/2 - 9m * 2024-01-21T11:52:42.967 INFO:teuthology.orchestra.run.smithi087.stdout:grafana 1/1 - 9m count:1 2024-01-21T11:52:42.967 INFO:teuthology.orchestra.run.smithi087.stdout:mgr 2/2 - 9m count:2 mix mix 2024-01-21T11:52:42.967 INFO:teuthology.orchestra.run.smithi087.stdout:mon 2/5 - 9m count:5 mix mix 2024-01-21T11:52:42.968 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter 0/2 - - * 2024-01-21T11:52:42.968 INFO:teuthology.orchestra.run.smithi087.stdout:prometheus 0/1 - - count:1 2024-01-21T11:52:43.398 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T11:52:44.569 INFO:teuthology.orchestra.run.smithi087.stdout:HOST ADDR LABELS STATUS 2024-01-21T11:52:44.569 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 smithi087 2024-01-21T11:52:44.569 INFO:teuthology.orchestra.run.smithi087.stdout:smithi162 smithi162 2024-01-21T11:52:44.931 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T11:52:46.137 INFO:teuthology.orchestra.run.smithi087.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-01-21T11:52:46.137 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme0n1 ssd PHFT620400NQ400BGN 400G Unknown N/A N/A No 2024-01-21T11:52:46.490 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T11:52:46.500 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T11:52:46.500 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T11:52:46.528 INFO:teuthology.orchestra.run.smithi087.stderr:+ systemctl stop nfs-server 2024-01-21T11:52:46.535 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi162.front.sepia.ceph.com 2024-01-21T11:52:46.535 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T11:52:46.570 INFO:teuthology.orchestra.run.smithi162.stderr:+ systemctl stop nfs-server 2024-01-21T11:52:46.578 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:52:46.587 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T11:52:46.587 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-21T11:52:49.916 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T11:52:49.927 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-01-21T11:52:49.927 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:51.120 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:51.121 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:52:51.480 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:52:52.483 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:53.679 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:53.679 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:52:54.039 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:52:55.040 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:56.266 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:56.266 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:52:56.638 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:52:57.639 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:58.835 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:52:58.836 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:52:59.188 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:00.189 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:01.385 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:01.386 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:53:01.738 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:02.739 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:03.994 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:03.994 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:53:04.346 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:05.347 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:06.587 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:06.588 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:53:06.953 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:07.954 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:09.151 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:09.151 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:53:09.503 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:10.504 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:11.688 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:11.688 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\""], "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-01-21T11:53:12.043 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:13.044 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:14.269 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:14.269 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:14.620 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:15.620 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:16.867 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:16.868 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:17.243 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:18.244 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:19.427 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:19.428 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:19.793 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:20.793 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:21.993 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:21.994 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:22.333 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:23.334 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:24.570 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:24.570 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:24.926 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:25.926 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:27.122 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:27.122 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:27.475 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:28.476 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:29.720 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:29.720 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:30.084 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:31.085 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:32.342 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:32.342 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:32.699 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:33.700 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:34.889 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:34.890 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:35.258 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:36.259 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:37.515 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:37.515 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:37.866 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:38.867 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:40.108 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:40.109 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:40.457 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:41.467 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:42.702 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:42.702 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:43.065 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:44.066 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:45.285 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:45.285 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:45.647 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:46.648 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:47.883 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:47.883 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:48.256 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:49.257 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:50.488 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:50.488 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:50.854 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:51.856 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:53.068 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:53.069 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:53.438 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:54.440 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:55.658 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:55.658 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:56.021 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:57.022 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:58.211 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:53:58.211 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:53:58.571 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:53:59.572 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:00.792 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:00.792 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:01.146 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:02.147 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:03.381 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:03.381 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:03.746 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:04.748 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:05.950 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:05.950 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:06.312 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:07.313 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:08.559 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:08.560 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:08.928 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:09.929 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:11.060 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:11.060 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:11.420 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:12.421 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:13.688 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:13.688 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:14.052 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:15.054 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:16.318 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:16.318 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:16.686 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:17.687 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:18.897 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:18.897 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:19.261 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:20.262 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:21.476 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:21.476 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:21.843 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:22.844 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:24.040 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:24.040 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:24.401 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:25.402 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:26.667 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:26.667 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:27.025 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:28.027 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:29.190 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:29.190 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:29.559 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:30.560 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:31.822 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:31.822 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:32.201 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:33.202 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:34.378 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:34.378 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:34.742 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:35.743 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:36.929 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:36.929 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:37.284 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:38.285 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:39.527 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:39.527 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:39.899 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:40.900 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:42.115 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:42.115 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:42.483 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:43.484 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:44.757 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:44.757 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:45.123 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:46.124 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:47.394 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:47.394 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:47.756 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:48.757 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:49.972 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:49.973 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:50.340 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:51.341 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:52.554 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:52.554 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:52.914 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:53.916 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:55.093 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:55.093 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:55.439 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:56.441 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:57.676 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:54:57.676 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:54:58.055 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:54:59.055 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:00.301 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:00.301 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:00.671 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:01.672 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:02.890 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:02.890 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:03.246 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:04.247 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:05.461 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:05.461 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:05.905 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:06.906 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:08.111 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:08.111 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:08.478 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:09.480 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:10.691 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:10.691 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:11.053 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:12.054 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:13.258 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:13.258 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:13.619 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:14.621 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:15.869 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:15.869 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:16.236 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:17.237 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:18.420 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:18.420 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:18.769 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:19.770 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:21.029 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:21.029 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:21.461 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:22.461 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:23.711 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:23.711 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:24.069 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:25.070 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:26.303 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:26.303 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:26.676 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:27.677 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:28.886 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:28.886 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:29.243 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:30.244 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:31.447 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:31.448 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:31.810 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:32.811 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:34.066 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:34.066 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:34.410 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:35.411 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:36.662 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:36.662 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:37.016 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:38.017 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:39.247 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:39.248 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:55:39.616 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:40.617 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:42.013 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:42.013 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "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-01-21T11:42:51.528378Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:42:58.494034Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_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-01-21T11:42:50.592105Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "mix", "container_image_name": "mix", "created": "2024-01-21T11:42:45.992904Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"running": 0, "size": 2}}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:55:42.442 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:43.443 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:45.251 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:45.252 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:55:45.710 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:46.711 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:47.956 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:47.957 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:55:48.332 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:49.333 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:50.600 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:50.600 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:55:50.964 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:51.966 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:53.276 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:53.276 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:55:53.598 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:54.599 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:55.904 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:55.905 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:55:56.273 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:57.274 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:58.548 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:55:58.549 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:55:58.922 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:55:59.922 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:01.187 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:01.187 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:01.605 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:02.606 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:03.854 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:03.854 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:04.230 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:05.231 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:06.505 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:06.506 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:06.872 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:07.873 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:09.192 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:09.193 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:09.570 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:10.571 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:11.854 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:11.854 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:12.212 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:13.213 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:14.430 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:14.431 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:14.779 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:15.779 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:16.976 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:16.977 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:17.353 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:18.354 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:19.598 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:19.598 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:19.962 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:20.963 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:22.162 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:22.162 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:22.519 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:23.520 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:24.750 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:24.751 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:25.119 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:26.120 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:27.398 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:27.398 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:27.750 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:28.751 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:29.974 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:29.975 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:30.343 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:31.344 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:32.616 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:32.617 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:32.976 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:33.976 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:35.193 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:35.193 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:35.567 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:36.568 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:37.784 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:37.784 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:38.150 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:39.152 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:40.376 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:40.377 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:40.750 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:41.751 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:42.992 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:42.992 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:43.404 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:44.405 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:45.675 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:45.675 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:46.066 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:47.067 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:48.420 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:48.420 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:48.798 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:49.799 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:51.085 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:51.085 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:51.448 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:52.449 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:53.783 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:53.783 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:54.173 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:55.175 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:56.458 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:56.458 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:56.815 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:56:57.816 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:59.138 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:56:59.138 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:56:59.506 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:00.507 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:01.802 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:01.803 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:02.164 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:03.165 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:04.438 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:04.438 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:04.813 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:05.815 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:07.065 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:07.065 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:07.430 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:08.431 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:09.691 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:09.691 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:10.104 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:11.105 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:12.510 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:12.510 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:12.880 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:13.881 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:15.156 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:15.156 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:15.528 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:16.530 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:17.799 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:17.799 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:18.204 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:19.205 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:20.434 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:20.434 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:20.836 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:21.837 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:23.151 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:23.151 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:23.520 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:24.521 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:25.809 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:25.809 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:26.209 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:27.210 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:28.478 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:28.478 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:28.861 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:29.862 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:31.142 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:31.142 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:31.552 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:32.553 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:33.809 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:33.809 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:34.188 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:35.189 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:36.501 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:36.501 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:36.875 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:37.876 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:39.202 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:39.202 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:39.592 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:40.593 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:41.883 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:41.884 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:42.293 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:43.295 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:44.589 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:44.590 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:45.009 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:46.010 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:47.357 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:47.357 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:47.717 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:48.718 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:49.978 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:49.979 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:50.341 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:51.342 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:52.583 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:52.584 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:52.949 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:53.950 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:55.426 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:55.426 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:55.799 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:56.800 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:58.102 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:57:58.103 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:57:58.464 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:57:59.465 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:00.782 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:00.782 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:01.181 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:02.182 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:03.467 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:03.467 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:03.848 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:04.849 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:06.064 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:06.064 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:06.438 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:07.440 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:08.662 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:08.662 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:09.048 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:10.049 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:11.304 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:11.304 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:11.671 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:12.671 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:14.079 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:14.079 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:14.454 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:15.455 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:16.678 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:16.678 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:17.037 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:18.038 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:19.314 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:19.314 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:19.736 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:20.737 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:21.994 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:21.994 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:22.379 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:23.380 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:24.734 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:24.734 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:25.102 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:26.103 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:27.430 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:27.430 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:27.836 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:28.837 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:30.110 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:30.110 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:30.489 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:31.491 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:32.692 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:32.693 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:33.086 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:34.086 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:35.402 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:35.403 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:35.776 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:36.777 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:38.025 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:38.026 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:38.426 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:39.427 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:40.677 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:40.677 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:41.035 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:42.036 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:43.225 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:43.225 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:43.592 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:44.594 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:45.831 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:45.832 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:46.192 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:47.196 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:48.476 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:48.476 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:48.842 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:49.842 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:51.135 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:51.135 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:51.541 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:52.542 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:53.791 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:53.791 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:54.166 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:55.168 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:56.470 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:56.470 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:56.849 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:58:57.850 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:59.139 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:58:59.139 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:58:59.516 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:00.517 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:01.808 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:01.808 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:02.183 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:03.183 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:04.495 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:04.495 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:04.898 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:05.898 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:07.168 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:07.168 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:07.538 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:08.540 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:09.872 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:09.872 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:10.247 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:11.248 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:12.561 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:12.562 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:12.922 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:13.923 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:15.209 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:15.210 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:15.631 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:16.633 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:17.896 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:17.897 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:18.304 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:19.305 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:20.572 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:20.572 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:20.970 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:21.971 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:23.328 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:23.328 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:23.715 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:24.716 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:26.031 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:26.031 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:26.429 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:27.430 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:28.687 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:28.688 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:29.069 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:30.071 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:31.368 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:31.369 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:31.737 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:32.738 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:34.051 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:34.051 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:34.436 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:35.437 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:36.710 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:36.710 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:37.076 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:38.077 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:39.426 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:39.426 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:39.826 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:40.827 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:42.056 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:42.056 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:42.427 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:43.427 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:44.798 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:44.799 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:45.176 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:46.177 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:47.493 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:47.494 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:47.850 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:48.851 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:50.059 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:50.059 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:50.426 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:51.427 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:52.683 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:52.683 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:53.099 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:54.100 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:55.349 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:55.350 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:55.732 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:56.733 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:58.090 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T11:59:58.090 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T11:59:58.466 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T11:59:59.466 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:00.739 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:00.739 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:01.099 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:02.100 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:03.360 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:03.360 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:03.714 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:04.715 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:05.975 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:05.975 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:06.365 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:07.366 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:08.639 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:08.639 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:09.030 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:10.031 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:11.305 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:11.305 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:11.697 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:12.698 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:13.940 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:13.941 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:14.305 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:15.306 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:16.646 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:16.646 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:17.021 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:18.023 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:19.297 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:19.298 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:19.671 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:20.673 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:21.974 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:21.975 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:22.346 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:23.348 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:24.644 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:24.644 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:24.993 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:25.995 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:27.268 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:27.268 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:27.653 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:28.654 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:30.016 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:30.016 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:30.369 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:31.371 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:32.637 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:32.638 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:32.946 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:33.947 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:35.225 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:35.226 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:35.602 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:36.603 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:37.893 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:37.893 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:38.261 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:39.262 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:40.516 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:40.516 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:40.952 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:41.953 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:43.183 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:43.183 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:43.576 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:44.577 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:45.911 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:45.911 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:46.293 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:47.294 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:48.587 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:48.587 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:48.959 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:49.960 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:51.218 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:51.218 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:51.601 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:52.602 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:53.913 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:53.914 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:54.308 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:55.309 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:56.603 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:56.603 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:56.958 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:00:57.959 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:59.329 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:00:59.329 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:00:59.744 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:00.745 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:02.037 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:02.037 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:02.415 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:03.417 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:04.728 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:04.728 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:05.107 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:06.108 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:07.412 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:07.413 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:07.798 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:08.799 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:10.038 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:10.038 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:10.450 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:11.451 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:12.635 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:12.635 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:13.014 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:14.015 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:15.367 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:15.367 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:15.731 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:16.732 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:18.052 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:18.052 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:18.414 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:19.415 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:20.741 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:20.741 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:21.096 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:22.096 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:23.369 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:23.369 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:23.729 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:24.731 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:26.003 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:26.003 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:26.387 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:27.388 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:28.637 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:29.021 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:30.022 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:31.328 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:31.328 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:31.703 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:32.703 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:33.990 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:33.990 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:34.361 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:35.362 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:36.668 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:36.668 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:37.036 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:38.037 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:39.362 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:39.362 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:39.777 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:40.779 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:42.049 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:42.050 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:42.411 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:43.412 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:44.642 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:44.642 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:45.019 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:46.019 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:47.361 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:47.362 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:47.745 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:48.748 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:50.050 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:50.050 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:50.417 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:51.419 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:52.651 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:52.651 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:53.070 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:54.072 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:55.356 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:55.356 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:55.751 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:56.752 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:58.052 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:01:58.052 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:01:58.409 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:01:59.410 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:00.760 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:00.761 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:01.226 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:02.227 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:03.536 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:03.536 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:03.934 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:04.935 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:06.276 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:06.276 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:06.666 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:07.667 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:08.990 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:08.990 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:09.356 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:10.357 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:11.607 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:11.608 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:11.990 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:12.991 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:14.197 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:14.197 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:14.548 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:15.549 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:16.898 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:16.898 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:17.280 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:18.281 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:19.523 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:19.523 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:19.904 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:20.906 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:22.361 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:22.361 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:22.738 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:23.739 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:25.033 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:25.033 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:25.455 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:26.455 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:27.722 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:27.722 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:28.104 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:29.105 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:30.439 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:30.439 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:30.821 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:31.822 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:33.128 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:33.129 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:33.504 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:34.505 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:35.790 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:35.791 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:36.162 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:37.163 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:38.416 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:38.416 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:38.778 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:39.779 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:41.102 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:41.102 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:41.502 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:42.504 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:43.736 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:43.736 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:44.110 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:45.111 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:46.460 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:46.460 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:46.843 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:47.844 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:49.147 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:49.148 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:49.502 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:50.503 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:51.814 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:51.814 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:52.361 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:53.361 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:54.705 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:54.706 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:55.084 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:56.085 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:57.397 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:02:57.397 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:02:57.758 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:02:58.759 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:00.055 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:03:00.055 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:03:00.472 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:03:01.473 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:02.771 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:03:02.772 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:03:03.149 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:03:04.150 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:05.440 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:03:05.440 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:03:05.808 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:03:06.809 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:08.191 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:03:08.191 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:03:08.567 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:03:09.567 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:10.873 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:03:10.873 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:03:11.274 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:03:12.275 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:13.546 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:03:13.546 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:03:13.350990Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T12:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:03:13.957 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-21T12:03:14.959 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:16.314 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:03:16.315 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.079440Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:52:49.502001Z", "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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.079500Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.079297Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.079555Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.079561Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:03:13.350990Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T12:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:03:16.910 INFO:tasks.cephadm:mds.foofs has 1/2 2024-01-21T12:03:17.911 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:19.357 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:03:19.358 INFO:teuthology.orchestra.run.smithi087.stdout:[{"events": ["2024-01-21T11:48:44.898565Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:43:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:44:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:45:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:46:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:00:46.692200Z service:alertmanager [ERROR] \"Failed while placing alertmanager.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi087 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:56:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:57:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi087 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus\nstat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0...\nstat: stderr time=\"2024-01-21T11:58:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:59:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3416, in extract_uid_gid_monitoring\n File \"\", line 2135, in extract_uid_gid\nRuntimeError: uid/gid not found\""], "placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"running": 0, "size": 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-01-21T11:42:51.528378Z", "last_refresh": "2024-01-21T11:55:43.416188Z", "running": 2, "size": 2}}, {"placement": {"count": 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-01-21T11:42:58.494034Z", "last_refresh": "2024-01-21T11:55:43.416460Z", "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:49.512837Z 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-01-21T11:52:49.502001Z", "last_refresh": "2024-01-21T12:03:18.348046Z", "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-01-21T11:42:50.592105Z", "last_refresh": "2024-01-21T11:55:43.416106Z", "running": 2, "size": 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-01-21T11:42:45.992904Z", "last_refresh": "2024-01-21T11:55:43.415979Z", "running": 2, "size": 5}}, {"events": ["2024-01-21T11:51:11.696471Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi162 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi162\"", "2024-01-21T11:53:12.437739Z service:node-exporter [ERROR] \"Failed while placing node-exporter.smithi087on smithi087: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi087 ...\nVerifying port 9100 ...\nNon-zero exit code 1 from systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\nsystemctl: stderr Job for ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service failed because a timeout was exceeded.\nsystemctl: stderr See \"systemctl status ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087.service\" and \"journalctl -xe\" for details.\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3488, in command_deploy\n File \"\", line 2196, in deploy_daemon\n File \"\", line 2353, in deploy_daemon_units\n File \"\", line 1103, in call_throws\nRuntimeError: Failed command: systemctl start ceph-134b6d20-b852-11ee-95b0-87774f69a715@node-exporter.smithi087\""], "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-01-21T11:42:59.359968Z", "last_refresh": "2024-01-21T11:55:43.416900Z", "running": 0, "size": 2}}, {"placement": {"hosts": ["smithi087"]}, "service_id": "None", "service_name": "osd.None", "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-01-21T11:55:43.416245Z", "running": 8, "size": 0}, "unmanaged": true}, {"events": ["2024-01-21T11:55:41.691958Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T11:53:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:54:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in 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-01-21T12:03:13.350990Z service:prometheus [ERROR] \"Failed while placing prometheus.smithi162on smithi162: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi162 ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/prom/prometheus:v2.18.1 -e NODE_NAME=smithi162 docker.io/prom/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-01-21T12:01:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:01:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:02:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nTraceback (most recent call last):\n File \"\", line 6225, in \n File \"\", line 1442, in _default_image\n File \"\", line 3484, in command_deploy\n File \"\", line 3410, in extract_uid_gid_monitoring\n File \"\", line 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-01-21T12:03:19.773 INFO:tasks.cephadm:mds.foofs has 2/2 2024-01-21T12:03:19.773 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T12:03:19.783 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T12:03:19.783 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-01-21T12:03:21.402 INFO:teuthology.orchestra.run.smithi087.stderr:Invalid command: missing required parameter clusterid() 2024-01-21T12:03:21.402 INFO:teuthology.orchestra.run.smithi087.stderr:nfs cluster create [] : Create an NFS Cluster 2024-01-21T12:03:21.402 INFO:teuthology.orchestra.run.smithi087.stderr:Error EINVAL: invalid command 2024-01-21T12:03:23.611 INFO:teuthology.orchestra.run.smithi087.stdout:NFS Cluster Created Successfully 2024-01-21T12:03:23.989 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-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-01-21T12:03:25.297 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:03:25.297 INFO:teuthology.orchestra.run.smithi087.stdout: "bind": "/fake", 2024-01-21T12:03:25.297 INFO:teuthology.orchestra.run.smithi087.stdout: "fs": "foofs", 2024-01-21T12:03:25.297 INFO:teuthology.orchestra.run.smithi087.stdout: "path": "/", 2024-01-21T12:03:25.297 INFO:teuthology.orchestra.run.smithi087.stdout: "cluster": "foo", 2024-01-21T12:03:25.297 INFO:teuthology.orchestra.run.smithi087.stdout: "mode": "RW" 2024-01-21T12:03:25.297 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:03:25.722 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-01-21T12:22:59.039 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo 2/2 - 6s count:2 2024-01-21T12:22:59.364 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T12:22:59.374 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T12:22:59.374 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-01-21T12:22:59.404 INFO:teuthology.orchestra.run.smithi087.stderr:+ mkdir /mnt/foo 2024-01-21T12:22:59.420 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-01-21T12:22:59.488 INFO:teuthology.orchestra.run.smithi087.stderr:++ hostname 2024-01-21T12:22:59.489 INFO:teuthology.orchestra.run.smithi087.stderr:+ mount -t nfs smithi087:/fake /mnt/foo -o sync 2024-01-21T12:23:07.047 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-01-21T12:23:07.121 INFO:teuthology.orchestra.run.smithi087.stderr:+ echo test 2024-01-21T12:23:07.132 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-01-21T12:23:07.201 INFO:teuthology.orchestra.run.smithi087.stderr:+ sync 2024-01-21T12:23:07.458 INFO:teuthology.run_tasks:Running task parallel... 2024-01-21T12:23:07.484 INFO:teuthology.task.parallel:starting parallel... 2024-01-21T12:23:07.485 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-01-21T12:23:07.488 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-01-21T12:23:07.489 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T12:23:07.489 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-21T12:23:07.489 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-01-21T12:23:07.489 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-01-21T12:23:07.501 INFO:teuthology.task.exec:Executing custom commands... 2024-01-21T12:23:07.501 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T12:23:07.501 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-01-21T12:23:07.604 INFO:teuthology.orchestra.run.smithi087.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-01-21T12:23:07.605 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:23:07.605 INFO:teuthology.orchestra.run.smithi087.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-01-21T12:23:07.613 INFO:teuthology.orchestra.run.smithi087.stdout:3 of 5 processes prepared for launch 0 sec 2024-01-21T12:23:07.713 INFO:teuthology.orchestra.run.smithi087.stdout:5 of 5 processes prepared for launch 0 sec 2024-01-21T12:23:07.714 INFO:teuthology.orchestra.run.smithi087.stdout:releasing clients 2024-01-21T12:23:08.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 294 54.37 MB/sec warmup 1 sec latency 11.968 ms 2024-01-21T12:23:09.124 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-21T12:23:09.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 616 52.13 MB/sec warmup 2 sec latency 12.922 ms 2024-01-21T12:23:10.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 1822 43.89 MB/sec warmup 3 sec latency 12.430 ms 2024-01-21T12:23:10.871 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph config set global log_to_journald false --force' 2024-01-21T12:23:11.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 3291 44.00 MB/sec warmup 4 sec latency 14.056 ms 2024-01-21T12:23:12.585 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph mgr module enable nfs --force' 2024-01-21T12:23:12.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 4388 40.61 MB/sec warmup 5 sec latency 15.688 ms 2024-01-21T12:23:13.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 5696 38.17 MB/sec warmup 6 sec latency 16.314 ms 2024-01-21T12:23:14.624 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-21T12:23:14.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 6868 38.90 MB/sec warmup 7 sec latency 14.278 ms 2024-01-21T12:23:15.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 7794 37.12 MB/sec warmup 8 sec latency 23.818 ms 2024-01-21T12:23:16.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 8732 35.78 MB/sec warmup 9 sec latency 25.274 ms 2024-01-21T12:23:17.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 10048 35.74 MB/sec warmup 10 sec latency 14.809 ms 2024-01-21T12:23:18.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 11183 35.61 MB/sec warmup 11 sec latency 12.768 ms 2024-01-21T12:23:19.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 12242 34.79 MB/sec warmup 12 sec latency 40.208 ms 2024-01-21T12:23:20.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 13609 34.82 MB/sec warmup 13 sec latency 12.553 ms 2024-01-21T12:23:21.395 INFO:teuthology.orchestra.run.smithi087.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T12:23:21.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 14539 34.75 MB/sec warmup 14 sec latency 18.411 ms 2024-01-21T12:23:21.837 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-01-21T12:23:21.837 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T12:23:21.837 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- 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-01-21T12:23:22.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 15236 32.99 MB/sec warmup 15 sec latency 45.477 ms 2024-01-21T12:23:23.458 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:23:23.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 16492 32.48 MB/sec warmup 16 sec latency 23.826 ms 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (34m) 0s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (34m) 1s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (34m) 0s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (20m) 0s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (20m) 1s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (40m) 0s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (34m) 1s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (40m) 0s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (39m) 1s ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (25s) 0s ago 25s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:23:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (29s) 1s ago 29s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 0s ago 12m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 1s ago 10m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (34m) 0s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (34m) 0s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (33m) 0s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (32m) 1s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (31m) 1s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (31m) 1s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:23:24.196 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (31m) 1s ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:23:24.610 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:23:24.611 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:23:24.612 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:23:24.612 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:23:24.612 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:23:24.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 17801 33.84 MB/sec warmup 17 sec latency 14.217 ms 2024-01-21T12:23:25.004 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:23:25.004 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:23:25.004 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:23:25.004 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:23:25.004 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:23:25.004 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:23:25.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 18780 32.80 MB/sec warmup 18 sec latency 17.416 ms 2024-01-21T12:23:26.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 20167 32.53 MB/sec warmup 19 sec latency 23.354 ms 2024-01-21T12:23:27.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 21399 33.56 MB/sec warmup 20 sec latency 13.620 ms 2024-01-21T12:23:28.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 22164 32.45 MB/sec warmup 21 sec latency 22.624 ms 2024-01-21T12:23:29.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 23529 32.21 MB/sec warmup 22 sec latency 14.872 ms 2024-01-21T12:23:30.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 24988 33.37 MB/sec warmup 23 sec latency 11.999 ms 2024-01-21T12:23:31.714 INFO:teuthology.orchestra.run.smithi087.stdout: 5 25755 32.40 MB/sec warmup 24 sec latency 16.119 ms 2024-01-21T12:23:32.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 27066 32.16 MB/sec warmup 25 sec latency 18.770 ms 2024-01-21T12:23:33.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 28489 33.17 MB/sec warmup 26 sec latency 15.614 ms 2024-01-21T12:23:34.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 29371 32.37 MB/sec warmup 27 sec latency 18.249 ms 2024-01-21T12:23:35.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 30475 32.07 MB/sec warmup 28 sec latency 23.407 ms 2024-01-21T12:23:36.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 31483 32.21 MB/sec warmup 29 sec latency 15.945 ms 2024-01-21T12:23:37.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 32400 32.18 MB/sec warmup 30 sec latency 16.402 ms 2024-01-21T12:23:38.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 33547 31.98 MB/sec warmup 31 sec latency 15.225 ms 2024-01-21T12:23:39.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 35006 32.16 MB/sec warmup 32 sec latency 11.149 ms 2024-01-21T12:23:40.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 36248 32.20 MB/sec warmup 33 sec latency 20.034 ms 2024-01-21T12:23:41.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 37097 31.97 MB/sec warmup 34 sec latency 22.445 ms 2024-01-21T12:23:42.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 37963 31.38 MB/sec warmup 35 sec latency 17.201 ms 2024-01-21T12:23:43.715 INFO:teuthology.orchestra.run.smithi087.stdout: 5 39116 31.92 MB/sec warmup 36 sec latency 13.916 ms 2024-01-21T12:23:44.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 39906 31.34 MB/sec warmup 37 sec latency 15.348 ms 2024-01-21T12:23:45.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 41090 31.18 MB/sec warmup 38 sec latency 21.378 ms 2024-01-21T12:23:46.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 42319 31.45 MB/sec warmup 39 sec latency 17.264 ms 2024-01-21T12:23:47.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 43163 31.31 MB/sec warmup 40 sec latency 21.254 ms 2024-01-21T12:23:48.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 44292 31.18 MB/sec warmup 41 sec latency 16.480 ms 2024-01-21T12:23:49.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 45798 31.42 MB/sec warmup 42 sec latency 15.491 ms 2024-01-21T12:23:50.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 46662 31.35 MB/sec warmup 43 sec latency 24.655 ms 2024-01-21T12:23:51.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 47632 31.15 MB/sec warmup 44 sec latency 22.394 ms 2024-01-21T12:23:52.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 49001 31.21 MB/sec warmup 45 sec latency 15.506 ms 2024-01-21T12:23:53.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 50205 31.38 MB/sec warmup 46 sec latency 14.377 ms 2024-01-21T12:23:54.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 51298 31.26 MB/sec warmup 47 sec latency 23.763 ms 2024-01-21T12:23:55.401 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:23:55.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 52420 31.12 MB/sec warmup 48 sec latency 16.772 ms 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (35m) 33s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (34m) 32s ago 34m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (20m) 32s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (20m) 33s ago 20m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (41m) 32s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (34m) 33s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (41m) 32s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:23:56.045 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (40m) 33s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (57s) 32s ago 57s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (61s) 33s ago 60s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 32s ago 12m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 33s ago 10m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (35m) 32s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (34m) 32s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:23:56.046 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (32m) 33s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:23:56.406 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:23:56.406 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:23:56.406 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:23:56.406 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:23:56.406 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:23:56.406 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:23:56.406 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:23:56.406 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:23:56.407 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:23:56.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 53403 31.32 MB/sec warmup 49 sec latency 21.212 ms 2024-01-21T12:23:56.727 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:23:56.727 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:23:56.727 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:23:56.727 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:23:56.727 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:23:56.727 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:23:57.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 54209 30.90 MB/sec warmup 50 sec latency 18.863 ms 2024-01-21T12:23:58.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 55286 30.73 MB/sec warmup 51 sec latency 30.615 ms 2024-01-21T12:23:59.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 56023 30.64 MB/sec warmup 52 sec latency 22.813 ms 2024-01-21T12:24:00.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 57034 30.80 MB/sec warmup 53 sec latency 16.787 ms 2024-01-21T12:24:01.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 57818 30.41 MB/sec warmup 54 sec latency 21.410 ms 2024-01-21T12:24:02.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 58897 30.26 MB/sec warmup 55 sec latency 21.507 ms 2024-01-21T12:24:03.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 59503 30.09 MB/sec warmup 56 sec latency 19.979 ms 2024-01-21T12:24:04.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 60241 30.10 MB/sec warmup 57 sec latency 23.591 ms 2024-01-21T12:24:05.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 61098 29.86 MB/sec warmup 58 sec latency 23.956 ms 2024-01-21T12:24:06.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 61783 29.71 MB/sec warmup 59 sec latency 28.632 ms 2024-01-21T12:24:07.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 62706 29.41 MB/sec warmup 60 sec latency 33.543 ms 2024-01-21T12:24:08.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 63774 29.68 MB/sec warmup 61 sec latency 60.416 ms 2024-01-21T12:24:09.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 64549 29.47 MB/sec warmup 62 sec latency 19.366 ms 2024-01-21T12:24:10.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 65280 29.29 MB/sec warmup 63 sec latency 31.072 ms 2024-01-21T12:24:11.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 66252 29.07 MB/sec warmup 64 sec latency 21.023 ms 2024-01-21T12:24:12.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 67149 29.20 MB/sec warmup 65 sec latency 19.829 ms 2024-01-21T12:24:13.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 67849 29.11 MB/sec warmup 66 sec latency 28.914 ms 2024-01-21T12:24:14.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 68395 28.76 MB/sec warmup 67 sec latency 26.613 ms 2024-01-21T12:24:15.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 69112 28.65 MB/sec warmup 68 sec latency 59.171 ms 2024-01-21T12:24:16.716 INFO:teuthology.orchestra.run.smithi087.stdout: 5 70053 28.51 MB/sec warmup 69 sec latency 18.855 ms 2024-01-21T12:24:17.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 71006 28.64 MB/sec warmup 70 sec latency 21.499 ms 2024-01-21T12:24:18.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 71597 28.43 MB/sec warmup 71 sec latency 22.843 ms 2024-01-21T12:24:19.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 72000 28.12 MB/sec warmup 72 sec latency 39.604 ms 2024-01-21T12:24:20.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 72477 27.91 MB/sec warmup 73 sec latency 75.959 ms 2024-01-21T12:24:21.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 73274 27.71 MB/sec warmup 74 sec latency 30.813 ms 2024-01-21T12:24:22.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 73991 27.73 MB/sec warmup 75 sec latency 22.090 ms 2024-01-21T12:24:23.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 74798 27.77 MB/sec warmup 76 sec latency 19.236 ms 2024-01-21T12:24:24.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 75571 27.55 MB/sec warmup 77 sec latency 26.241 ms 2024-01-21T12:24:25.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 76568 27.46 MB/sec warmup 78 sec latency 25.127 ms 2024-01-21T12:24:26.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 77215 27.31 MB/sec warmup 79 sec latency 25.306 ms 2024-01-21T12:24:27.033 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:24:27.631 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:24:27.631 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (35m) 63s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:24:27.631 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (35m) 65s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:24:27.631 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (35m) 63s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:24:27.631 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (21m) 63s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (21m) 64s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (42m) 63s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (35m) 65s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (42m) 63s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (40m) 65s ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (88s) 63s ago 88s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (92s) 64s ago 92s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 63s ago 13m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 65s ago 11m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (35m) 63s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (35m) 63s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:24:27.632 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (34m) 63s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:24:27.633 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (34m) 63s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:24:27.633 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (33m) 65s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:24:27.633 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (32m) 65s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:24:27.633 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (32m) 64s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:24:27.633 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (32m) 64s ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:24:27.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 77912 27.34 MB/sec warmup 80 sec latency 23.380 ms 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:24:27.956 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:24:27.957 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:24:27.957 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:24:27.957 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:24:27.957 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:24:27.957 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:24:27.957 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:24:28.251 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:24:28.251 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:24:28.251 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:24:28.251 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:24:28.251 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:24:28.251 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:24:28.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 78378 27.25 MB/sec warmup 81 sec latency 26.677 ms 2024-01-21T12:24:29.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 78830 26.97 MB/sec warmup 82 sec latency 33.325 ms 2024-01-21T12:24:30.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 79621 26.89 MB/sec warmup 83 sec latency 26.408 ms 2024-01-21T12:24:31.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 80647 26.79 MB/sec warmup 84 sec latency 16.456 ms 2024-01-21T12:24:32.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 81469 26.86 MB/sec warmup 85 sec latency 22.098 ms 2024-01-21T12:24:33.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 82048 26.79 MB/sec warmup 86 sec latency 25.504 ms 2024-01-21T12:24:34.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 82759 26.60 MB/sec warmup 87 sec latency 32.348 ms 2024-01-21T12:24:35.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 84018 26.60 MB/sec warmup 88 sec latency 22.167 ms 2024-01-21T12:24:36.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 84884 26.69 MB/sec warmup 89 sec latency 35.773 ms 2024-01-21T12:24:37.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 85583 26.66 MB/sec warmup 90 sec latency 25.480 ms 2024-01-21T12:24:38.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 86003 26.41 MB/sec warmup 91 sec latency 35.235 ms 2024-01-21T12:24:39.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 86385 26.21 MB/sec warmup 92 sec latency 39.975 ms 2024-01-21T12:24:40.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 87034 26.11 MB/sec warmup 93 sec latency 28.151 ms 2024-01-21T12:24:41.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 87853 26.01 MB/sec warmup 94 sec latency 23.320 ms 2024-01-21T12:24:42.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 88696 26.10 MB/sec warmup 95 sec latency 25.634 ms 2024-01-21T12:24:43.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 89237 26.01 MB/sec warmup 96 sec latency 27.335 ms 2024-01-21T12:24:44.717 INFO:teuthology.orchestra.run.smithi087.stdout: 5 90051 25.87 MB/sec warmup 97 sec latency 24.447 ms 2024-01-21T12:24:45.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 91122 25.85 MB/sec warmup 98 sec latency 21.752 ms 2024-01-21T12:24:46.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 91907 25.91 MB/sec warmup 99 sec latency 18.621 ms 2024-01-21T12:24:47.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 92690 25.91 MB/sec warmup 100 sec latency 32.338 ms 2024-01-21T12:24:48.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 93461 25.75 MB/sec warmup 101 sec latency 24.744 ms 2024-01-21T12:24:49.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 94558 25.75 MB/sec warmup 102 sec latency 21.205 ms 2024-01-21T12:24:50.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 95249 25.75 MB/sec warmup 103 sec latency 26.185 ms 2024-01-21T12:24:51.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 95961 25.75 MB/sec warmup 104 sec latency 25.897 ms 2024-01-21T12:24:52.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 96256 25.59 MB/sec warmup 105 sec latency 36.290 ms 2024-01-21T12:24:53.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 96631 25.40 MB/sec warmup 106 sec latency 45.877 ms 2024-01-21T12:24:54.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 97141 25.24 MB/sec warmup 107 sec latency 39.908 ms 2024-01-21T12:24:55.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 98076 25.20 MB/sec warmup 108 sec latency 28.295 ms 2024-01-21T12:24:56.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 98855 25.23 MB/sec warmup 109 sec latency 21.735 ms 2024-01-21T12:24:57.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 99697 25.28 MB/sec warmup 110 sec latency 25.584 ms 2024-01-21T12:24:58.662 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:24:58.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 100511 25.14 MB/sec warmup 111 sec latency 31.775 ms 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (36m) 95s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (36m) 96s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (35m) 95s ago 35m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (21m) 95s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (21m) 96s ago 21m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (42m) 95s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (35m) 96s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (42m) 95s ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (41m) 96s ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (2m) 95s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:24:59.339 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (2m) 96s ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 95s ago 13m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 96s ago 11m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (36m) 95s ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (35m) 95s ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:24:59.340 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (33m) 96s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:24:59.713 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:24:59.713 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:24:59.713 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:24:59.713 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:24:59.713 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:24:59.713 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:24:59.714 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:24:59.714 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:24:59.714 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:24:59.714 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:24:59.714 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:24:59.714 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:24:59.714 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:24:59.715 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:24:59.715 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:24:59.715 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:24:59.715 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:24:59.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 101131 25.10 MB/sec warmup 112 sec latency 32.912 ms 2024-01-21T12:25:00.052 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:25:00.052 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:25:00.052 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:25:00.052 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:25:00.052 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:25:00.052 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:25:00.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 101898 24.99 MB/sec warmup 113 sec latency 29.605 ms 2024-01-21T12:25:01.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 102409 24.97 MB/sec warmup 114 sec latency 22.934 ms 2024-01-21T12:25:02.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 103075 24.95 MB/sec warmup 115 sec latency 30.929 ms 2024-01-21T12:25:03.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 103468 24.82 MB/sec warmup 116 sec latency 30.607 ms 2024-01-21T12:25:04.719 INFO:teuthology.orchestra.run.smithi087.stdout: 5 104100 24.68 MB/sec warmup 117 sec latency 29.965 ms 2024-01-21T12:25:05.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 104773 24.66 MB/sec warmup 118 sec latency 24.959 ms 2024-01-21T12:25:06.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 105519 24.56 MB/sec warmup 119 sec latency 24.670 ms 2024-01-21T12:25:08.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 106683 19.11 MB/sec execute 1 sec latency 30.418 ms 2024-01-21T12:25:09.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 107115 15.69 MB/sec execute 2 sec latency 33.064 ms 2024-01-21T12:25:10.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 107651 12.02 MB/sec execute 3 sec latency 28.932 ms 2024-01-21T12:25:11.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 108131 12.93 MB/sec execute 4 sec latency 20.877 ms 2024-01-21T12:25:12.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 108773 12.65 MB/sec execute 5 sec latency 39.684 ms 2024-01-21T12:25:13.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 109171 12.31 MB/sec execute 6 sec latency 35.386 ms 2024-01-21T12:25:14.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 109746 14.02 MB/sec execute 7 sec latency 54.389 ms 2024-01-21T12:25:15.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 110430 15.34 MB/sec execute 8 sec latency 24.965 ms 2024-01-21T12:25:16.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 110892 14.22 MB/sec execute 9 sec latency 54.005 ms 2024-01-21T12:25:17.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 111300 13.42 MB/sec execute 10 sec latency 46.331 ms 2024-01-21T12:25:18.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 111898 14.11 MB/sec execute 11 sec latency 26.012 ms 2024-01-21T12:25:19.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 112663 14.01 MB/sec execute 12 sec latency 23.086 ms 2024-01-21T12:25:20.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 113262 14.80 MB/sec execute 13 sec latency 22.010 ms 2024-01-21T12:25:21.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 113791 15.04 MB/sec execute 14 sec latency 37.332 ms 2024-01-21T12:25:22.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 114147 14.81 MB/sec execute 15 sec latency 35.057 ms 2024-01-21T12:25:23.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 114579 14.04 MB/sec execute 16 sec latency 43.628 ms 2024-01-21T12:25:24.721 INFO:teuthology.orchestra.run.smithi087.stdout: 5 114882 13.62 MB/sec execute 17 sec latency 31.120 ms 2024-01-21T12:25:25.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 115791 14.11 MB/sec execute 18 sec latency 44.089 ms 2024-01-21T12:25:26.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 116802 15.09 MB/sec execute 19 sec latency 24.138 ms 2024-01-21T12:25:27.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 117731 15.89 MB/sec execute 20 sec latency 32.995 ms 2024-01-21T12:25:28.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 118399 15.52 MB/sec execute 21 sec latency 31.961 ms 2024-01-21T12:25:29.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 119029 15.77 MB/sec execute 22 sec latency 34.009 ms 2024-01-21T12:25:30.366 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:25:30.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 119533 15.41 MB/sec execute 23 sec latency 38.784 ms 2024-01-21T12:25:30.926 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:25:30.926 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (36m) 2m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (41m) 2m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (2m) 2m ago 2m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 2m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 2m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:25:30.927 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:25:30.928 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:25:30.928 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:25:30.928 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:25:30.928 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (33m) 2m ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:25:31.235 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:25:31.235 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:25:31.235 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:25:31.235 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:25:31.235 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:25:31.236 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:25:31.527 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:25:31.527 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:25:31.527 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:25:31.527 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:25:31.527 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:25:31.527 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:25:31.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 119810 15.04 MB/sec execute 24 sec latency 47.466 ms 2024-01-21T12:25:32.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 120140 15.04 MB/sec execute 25 sec latency 41.819 ms 2024-01-21T12:25:33.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 120616 15.06 MB/sec execute 26 sec latency 38.132 ms 2024-01-21T12:25:34.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 121020 15.12 MB/sec execute 27 sec latency 48.104 ms 2024-01-21T12:25:35.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 121312 14.77 MB/sec execute 28 sec latency 52.587 ms 2024-01-21T12:25:36.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 121793 14.41 MB/sec execute 29 sec latency 36.919 ms 2024-01-21T12:25:37.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 122179 14.33 MB/sec execute 30 sec latency 66.661 ms 2024-01-21T12:25:38.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 122791 14.34 MB/sec execute 31 sec latency 33.714 ms 2024-01-21T12:25:39.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 123309 14.23 MB/sec execute 32 sec latency 30.277 ms 2024-01-21T12:25:40.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 123800 14.37 MB/sec execute 33 sec latency 41.494 ms 2024-01-21T12:25:41.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 124440 14.66 MB/sec execute 34 sec latency 33.425 ms 2024-01-21T12:25:42.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 124842 14.54 MB/sec execute 35 sec latency 59.222 ms 2024-01-21T12:25:43.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 125780 14.65 MB/sec execute 36 sec latency 27.906 ms 2024-01-21T12:25:44.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 126802 14.86 MB/sec execute 37 sec latency 22.228 ms 2024-01-21T12:25:45.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 127472 15.13 MB/sec execute 38 sec latency 28.264 ms 2024-01-21T12:25:46.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 128056 15.31 MB/sec execute 39 sec latency 27.403 ms 2024-01-21T12:25:47.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 128415 15.12 MB/sec execute 40 sec latency 35.140 ms 2024-01-21T12:25:48.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 129270 15.20 MB/sec execute 41 sec latency 32.983 ms 2024-01-21T12:25:49.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 130440 15.42 MB/sec execute 42 sec latency 29.972 ms 2024-01-21T12:25:50.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 131336 15.81 MB/sec execute 43 sec latency 22.789 ms 2024-01-21T12:25:51.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 131760 15.87 MB/sec execute 44 sec latency 34.207 ms 2024-01-21T12:25:52.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 132139 15.60 MB/sec execute 45 sec latency 51.677 ms 2024-01-21T12:25:53.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 132840 15.63 MB/sec execute 46 sec latency 28.198 ms 2024-01-21T12:25:54.722 INFO:teuthology.orchestra.run.smithi087.stdout: 5 133838 15.73 MB/sec execute 47 sec latency 31.238 ms 2024-01-21T12:25:55.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 134132 15.60 MB/sec execute 48 sec latency 46.870 ms 2024-01-21T12:25:56.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 134563 15.62 MB/sec execute 49 sec latency 36.046 ms 2024-01-21T12:25:57.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 134939 15.54 MB/sec execute 50 sec latency 49.418 ms 2024-01-21T12:25:58.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 135665 15.64 MB/sec execute 51 sec latency 42.538 ms 2024-01-21T12:25:59.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 136113 15.50 MB/sec execute 52 sec latency 42.339 ms 2024-01-21T12:26:00.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 136440 15.39 MB/sec execute 53 sec latency 47.233 ms 2024-01-21T12:26:01.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 136867 15.36 MB/sec execute 54 sec latency 60.071 ms 2024-01-21T12:26:01.825 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:26:02.396 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:26:02.396 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:26:02.396 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:26:02.396 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (36m) 2m ago 36m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:26:02.396 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:26:02.396 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (22m) 2m ago 22m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:26:02.396 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (43m) 2m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (42m) 2m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (3m) 2m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 2m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 2m ago 12m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (37m) 2m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (36m) 2m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:26:02.397 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (34m) 2m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:26:02.705 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:26:02.706 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:26:02.706 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:26:02.706 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:26:02.706 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:26:02.706 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:26:02.706 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:26:02.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 137237 15.15 MB/sec execute 55 sec latency 59.488 ms 2024-01-21T12:26:03.049 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:26:03.049 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:26:03.049 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:26:03.049 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:26:03.049 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:26:03.049 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:26:03.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 137637 15.05 MB/sec execute 56 sec latency 30.878 ms 2024-01-21T12:26:04.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 137992 15.01 MB/sec execute 57 sec latency 41.475 ms 2024-01-21T12:26:05.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 138364 15.00 MB/sec execute 58 sec latency 44.541 ms 2024-01-21T12:26:06.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 138748 15.03 MB/sec execute 59 sec latency 62.585 ms 2024-01-21T12:26:07.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 139030 14.86 MB/sec execute 60 sec latency 68.585 ms 2024-01-21T12:26:08.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 139287 14.66 MB/sec execute 61 sec latency 73.450 ms 2024-01-21T12:26:09.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 139745 14.57 MB/sec execute 62 sec latency 45.801 ms 2024-01-21T12:26:10.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 140413 14.69 MB/sec execute 63 sec latency 31.212 ms 2024-01-21T12:26:11.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 140904 14.54 MB/sec execute 64 sec latency 38.560 ms 2024-01-21T12:26:12.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 141235 14.45 MB/sec execute 65 sec latency 53.885 ms 2024-01-21T12:26:13.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 141515 14.37 MB/sec execute 66 sec latency 46.222 ms 2024-01-21T12:26:14.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 141861 14.39 MB/sec execute 67 sec latency 52.221 ms 2024-01-21T12:26:15.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 142231 14.36 MB/sec execute 68 sec latency 62.993 ms 2024-01-21T12:26:16.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 142666 14.31 MB/sec execute 69 sec latency 37.148 ms 2024-01-21T12:26:17.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 142985 14.16 MB/sec execute 70 sec latency 46.120 ms 2024-01-21T12:26:18.723 INFO:teuthology.orchestra.run.smithi087.stdout: 5 143477 14.15 MB/sec execute 71 sec latency 48.558 ms 2024-01-21T12:26:19.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 144046 14.20 MB/sec execute 72 sec latency 33.484 ms 2024-01-21T12:26:20.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 144446 14.06 MB/sec execute 73 sec latency 66.038 ms 2024-01-21T12:26:21.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 144732 13.97 MB/sec execute 74 sec latency 37.903 ms 2024-01-21T12:26:22.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 144956 13.89 MB/sec execute 75 sec latency 73.075 ms 2024-01-21T12:26:23.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 145254 13.86 MB/sec execute 76 sec latency 36.459 ms 2024-01-21T12:26:24.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 145592 13.82 MB/sec execute 77 sec latency 66.050 ms 2024-01-21T12:26:25.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 146037 13.86 MB/sec execute 78 sec latency 34.301 ms 2024-01-21T12:26:26.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 146394 13.74 MB/sec execute 79 sec latency 42.581 ms 2024-01-21T12:26:27.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 146760 13.67 MB/sec execute 80 sec latency 40.158 ms 2024-01-21T12:26:28.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 147106 13.62 MB/sec execute 81 sec latency 48.125 ms 2024-01-21T12:26:29.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 147544 13.62 MB/sec execute 82 sec latency 48.230 ms 2024-01-21T12:26:30.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 147987 13.52 MB/sec execute 83 sec latency 49.396 ms 2024-01-21T12:26:31.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 148405 13.48 MB/sec execute 84 sec latency 32.827 ms 2024-01-21T12:26:32.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 148882 13.57 MB/sec execute 85 sec latency 30.268 ms 2024-01-21T12:26:33.473 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:26:33.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 149564 13.68 MB/sec execute 86 sec latency 29.332 ms 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (37m) 3m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (42m) 3m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (3m) 3m ago 3m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:26:34.279 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 3m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 3m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:26:34.280 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (34m) 3m ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:26:34.694 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:26:34.694 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:26:34.694 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:26:34.694 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:26:34.694 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:26:34.694 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:26:34.695 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:26:34.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 150197 13.62 MB/sec execute 87 sec latency 37.087 ms 2024-01-21T12:26:35.063 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:26:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:26:35.064 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:26:35.064 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:26:35.064 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:26:35.064 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:26:35.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 151106 13.78 MB/sec execute 88 sec latency 34.047 ms 2024-01-21T12:26:36.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 152058 13.85 MB/sec execute 89 sec latency 25.113 ms 2024-01-21T12:26:37.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 152949 14.08 MB/sec execute 90 sec latency 58.141 ms 2024-01-21T12:26:38.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 153610 14.06 MB/sec execute 91 sec latency 43.413 ms 2024-01-21T12:26:39.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 154422 14.14 MB/sec execute 92 sec latency 36.709 ms 2024-01-21T12:26:40.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 155298 14.18 MB/sec execute 93 sec latency 27.071 ms 2024-01-21T12:26:41.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 155946 14.29 MB/sec execute 94 sec latency 24.406 ms 2024-01-21T12:26:42.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 156596 14.39 MB/sec execute 95 sec latency 26.810 ms 2024-01-21T12:26:43.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 157266 14.33 MB/sec execute 96 sec latency 41.829 ms 2024-01-21T12:26:44.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 157760 14.32 MB/sec execute 97 sec latency 43.119 ms 2024-01-21T12:26:45.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 158187 14.30 MB/sec execute 98 sec latency 52.199 ms 2024-01-21T12:26:46.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 158617 14.23 MB/sec execute 99 sec latency 44.070 ms 2024-01-21T12:26:47.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 159027 14.19 MB/sec execute 100 sec latency 37.179 ms 2024-01-21T12:26:48.724 INFO:teuthology.orchestra.run.smithi087.stdout: 5 159850 14.36 MB/sec execute 101 sec latency 24.356 ms 2024-01-21T12:26:49.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 160459 14.38 MB/sec execute 102 sec latency 38.176 ms 2024-01-21T12:26:50.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 161003 14.36 MB/sec execute 103 sec latency 37.149 ms 2024-01-21T12:26:51.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 161654 14.39 MB/sec execute 104 sec latency 33.419 ms 2024-01-21T12:26:52.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 162353 14.38 MB/sec execute 105 sec latency 42.388 ms 2024-01-21T12:26:53.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 162772 14.35 MB/sec execute 106 sec latency 38.706 ms 2024-01-21T12:26:54.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 163206 14.39 MB/sec execute 107 sec latency 33.496 ms 2024-01-21T12:26:55.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 163599 14.39 MB/sec execute 108 sec latency 53.101 ms 2024-01-21T12:26:56.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 164135 14.35 MB/sec execute 109 sec latency 50.885 ms 2024-01-21T12:26:57.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 164865 14.37 MB/sec execute 110 sec latency 37.196 ms 2024-01-21T12:26:58.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 165579 14.40 MB/sec execute 111 sec latency 27.785 ms 2024-01-21T12:26:59.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 166203 14.40 MB/sec execute 112 sec latency 26.333 ms 2024-01-21T12:27:00.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 166798 14.48 MB/sec execute 113 sec latency 41.191 ms 2024-01-21T12:27:01.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 167358 14.52 MB/sec execute 114 sec latency 30.135 ms 2024-01-21T12:27:02.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 167971 14.49 MB/sec execute 115 sec latency 38.181 ms 2024-01-21T12:27:03.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 168581 14.49 MB/sec execute 116 sec latency 37.450 ms 2024-01-21T12:27:04.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 169139 14.48 MB/sec execute 117 sec latency 30.763 ms 2024-01-21T12:27:05.455 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:27:05.725 INFO:teuthology.orchestra.run.smithi087.stdout: 5 169623 14.44 MB/sec execute 118 sec latency 37.344 ms 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (37m) 3m ago 37m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (23m) 3m ago 23m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:27:06.180 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (44m) 3m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (43m) 3m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (4m) 3m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 3m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 3m ago 13m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (38m) 3m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:27:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (35m) 3m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:27:06.597 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:27:06.598 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:27:06.599 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:27:06.599 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:27:06.599 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:27:06.726 INFO:teuthology.orchestra.run.smithi087.stdout: 5 170259 14.53 MB/sec execute 119 sec latency 29.979 ms 2024-01-21T12:27:06.958 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:27:06.958 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:27:06.958 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:27:06.958 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:27:06.958 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:27:06.958 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:27:07.726 INFO:teuthology.orchestra.run.smithi087.stdout: 5 170984 14.59 MB/sec execute 120 sec latency 36.511 ms 2024-01-21T12:27:08.726 INFO:teuthology.orchestra.run.smithi087.stdout: 5 171613 14.59 MB/sec execute 121 sec latency 40.740 ms 2024-01-21T12:27:09.726 INFO:teuthology.orchestra.run.smithi087.stdout: 5 172264 14.60 MB/sec execute 122 sec latency 52.188 ms 2024-01-21T12:27:10.726 INFO:teuthology.orchestra.run.smithi087.stdout: 5 173017 14.61 MB/sec execute 123 sec latency 28.332 ms 2024-01-21T12:27:11.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 173527 14.62 MB/sec execute 124 sec latency 37.758 ms 2024-01-21T12:27:12.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 174080 14.68 MB/sec execute 125 sec latency 39.723 ms 2024-01-21T12:27:13.726 INFO:teuthology.orchestra.run.smithi087.stdout: 5 174537 14.66 MB/sec execute 126 sec latency 45.549 ms 2024-01-21T12:27:14.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 174747 14.57 MB/sec execute 127 sec latency 44.484 ms 2024-01-21T12:27:15.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 175000 14.51 MB/sec execute 128 sec latency 65.903 ms 2024-01-21T12:27:16.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 175280 14.44 MB/sec execute 129 sec latency 77.967 ms 2024-01-21T12:27:17.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 175562 14.38 MB/sec execute 130 sec latency 89.960 ms 2024-01-21T12:27:18.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 176220 14.40 MB/sec execute 131 sec latency 40.932 ms 2024-01-21T12:27:19.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 176906 14.39 MB/sec execute 132 sec latency 27.323 ms 2024-01-21T12:27:20.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 177936 14.58 MB/sec execute 133 sec latency 33.374 ms 2024-01-21T12:27:21.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 178508 14.57 MB/sec execute 134 sec latency 35.916 ms 2024-01-21T12:27:22.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 179125 14.56 MB/sec execute 135 sec latency 36.159 ms 2024-01-21T12:27:23.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 179511 14.55 MB/sec execute 136 sec latency 44.496 ms 2024-01-21T12:27:24.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 179935 14.49 MB/sec execute 137 sec latency 49.224 ms 2024-01-21T12:27:25.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 180266 14.43 MB/sec execute 138 sec latency 54.606 ms 2024-01-21T12:27:26.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 180529 14.40 MB/sec execute 139 sec latency 34.108 ms 2024-01-21T12:27:27.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 180940 14.43 MB/sec execute 140 sec latency 32.119 ms 2024-01-21T12:27:28.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 181356 14.39 MB/sec execute 141 sec latency 45.535 ms 2024-01-21T12:27:29.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 181692 14.37 MB/sec execute 142 sec latency 40.551 ms 2024-01-21T12:27:30.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 181886 14.29 MB/sec execute 143 sec latency 42.953 ms 2024-01-21T12:27:31.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 182173 14.23 MB/sec execute 144 sec latency 61.331 ms 2024-01-21T12:27:32.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 182441 14.18 MB/sec execute 145 sec latency 113.873 ms 2024-01-21T12:27:33.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 182749 14.13 MB/sec execute 146 sec latency 53.074 ms 2024-01-21T12:27:34.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 183170 14.12 MB/sec execute 147 sec latency 41.092 ms 2024-01-21T12:27:35.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 183656 14.08 MB/sec execute 148 sec latency 43.143 ms 2024-01-21T12:27:36.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 184031 14.05 MB/sec execute 149 sec latency 28.625 ms 2024-01-21T12:27:37.280 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:27:37.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 184323 14.06 MB/sec execute 150 sec latency 58.940 ms 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (38m) 4m ago 38m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:27:37.888 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (43m) 4m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (4m) 4m ago 4m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 4m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 4m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:27:37.889 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (35m) 4m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:27:38.209 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:27:38.210 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:27:38.211 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:27:38.211 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:27:38.211 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:27:38.211 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:27:38.538 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:27:38.539 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:27:38.539 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:27:38.539 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:27:38.539 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:27:38.539 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:27:38.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 184599 14.02 MB/sec execute 151 sec latency 78.171 ms 2024-01-21T12:27:39.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 184941 13.98 MB/sec execute 152 sec latency 49.399 ms 2024-01-21T12:27:40.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 185191 13.95 MB/sec execute 153 sec latency 76.837 ms 2024-01-21T12:27:41.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 185485 13.92 MB/sec execute 154 sec latency 37.154 ms 2024-01-21T12:27:42.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 185898 13.87 MB/sec execute 155 sec latency 54.988 ms 2024-01-21T12:27:43.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 186292 13.84 MB/sec execute 156 sec latency 34.646 ms 2024-01-21T12:27:44.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 186638 13.83 MB/sec execute 157 sec latency 48.119 ms 2024-01-21T12:27:45.727 INFO:teuthology.orchestra.run.smithi087.stdout: 5 187046 13.78 MB/sec execute 158 sec latency 78.768 ms 2024-01-21T12:27:46.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 187423 13.73 MB/sec execute 159 sec latency 37.722 ms 2024-01-21T12:27:47.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 187759 13.72 MB/sec execute 160 sec latency 32.578 ms 2024-01-21T12:27:48.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 188204 13.74 MB/sec execute 161 sec latency 48.954 ms 2024-01-21T12:27:49.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 188628 13.75 MB/sec execute 162 sec latency 43.496 ms 2024-01-21T12:27:50.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 189030 13.74 MB/sec execute 163 sec latency 41.248 ms 2024-01-21T12:27:51.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 189690 13.73 MB/sec execute 164 sec latency 47.757 ms 2024-01-21T12:27:52.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 190203 13.74 MB/sec execute 165 sec latency 37.623 ms 2024-01-21T12:27:53.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 190797 13.71 MB/sec execute 166 sec latency 37.342 ms 2024-01-21T12:27:54.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 191339 13.74 MB/sec execute 167 sec latency 29.935 ms 2024-01-21T12:27:55.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 192021 13.79 MB/sec execute 168 sec latency 33.058 ms 2024-01-21T12:27:56.728 INFO:teuthology.orchestra.run.smithi087.stdout: 5 192532 13.80 MB/sec execute 169 sec latency 30.197 ms 2024-01-21T12:27:57.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 193099 13.79 MB/sec execute 170 sec latency 46.227 ms 2024-01-21T12:27:58.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 193596 13.78 MB/sec execute 171 sec latency 33.937 ms 2024-01-21T12:27:59.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 194169 13.77 MB/sec execute 172 sec latency 54.025 ms 2024-01-21T12:28:00.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 194634 13.75 MB/sec execute 173 sec latency 23.917 ms 2024-01-21T12:28:01.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 195552 13.86 MB/sec execute 174 sec latency 30.620 ms 2024-01-21T12:28:02.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 196304 13.90 MB/sec execute 175 sec latency 32.680 ms 2024-01-21T12:28:03.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 197052 13.91 MB/sec execute 176 sec latency 44.360 ms 2024-01-21T12:28:04.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 197426 13.89 MB/sec execute 177 sec latency 59.307 ms 2024-01-21T12:28:05.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 197910 13.86 MB/sec execute 178 sec latency 43.342 ms 2024-01-21T12:28:06.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 198177 13.82 MB/sec execute 179 sec latency 30.047 ms 2024-01-21T12:28:07.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 198968 13.90 MB/sec execute 180 sec latency 28.818 ms 2024-01-21T12:28:08.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 199554 13.94 MB/sec execute 181 sec latency 32.902 ms 2024-01-21T12:28:08.904 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:28:09.639 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (39m) 4m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (24m) 4m ago 24m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (45m) 4m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (44m) 4m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (5m) 4m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 4m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:28:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 4m ago 14m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:28:09.641 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (39m) 4m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:28:09.641 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:28:09.641 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:28:09.641 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:28:09.641 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:28:09.641 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:28:09.641 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:28:09.641 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (36m) 4m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:28:09.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 199877 13.89 MB/sec execute 182 sec latency 56.328 ms 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:28:10.055 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:28:10.056 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:28:10.056 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:28:10.056 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:28:10.056 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:28:10.056 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:28:10.445 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:28:10.445 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:28:10.445 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:28:10.445 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:28:10.445 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:28:10.445 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:28:10.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 200185 13.86 MB/sec execute 183 sec latency 37.195 ms 2024-01-21T12:28:11.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 200556 13.82 MB/sec execute 184 sec latency 42.997 ms 2024-01-21T12:28:12.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 201400 13.84 MB/sec execute 185 sec latency 34.280 ms 2024-01-21T12:28:13.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 202111 13.91 MB/sec execute 186 sec latency 28.897 ms 2024-01-21T12:28:14.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 202782 13.96 MB/sec execute 187 sec latency 41.025 ms 2024-01-21T12:28:15.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 203218 13.94 MB/sec execute 188 sec latency 33.484 ms 2024-01-21T12:28:16.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 203790 13.93 MB/sec execute 189 sec latency 36.223 ms 2024-01-21T12:28:17.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 204168 13.89 MB/sec execute 190 sec latency 46.477 ms 2024-01-21T12:28:18.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 204435 13.87 MB/sec execute 191 sec latency 72.629 ms 2024-01-21T12:28:19.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 204790 13.83 MB/sec execute 192 sec latency 89.500 ms 2024-01-21T12:28:20.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 205088 13.78 MB/sec execute 193 sec latency 56.464 ms 2024-01-21T12:28:21.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 205285 13.74 MB/sec execute 194 sec latency 48.682 ms 2024-01-21T12:28:22.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 205676 13.77 MB/sec execute 195 sec latency 47.630 ms 2024-01-21T12:28:23.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 206073 13.74 MB/sec execute 196 sec latency 38.271 ms 2024-01-21T12:28:24.729 INFO:teuthology.orchestra.run.smithi087.stdout: 5 206387 13.74 MB/sec execute 197 sec latency 52.002 ms 2024-01-21T12:28:25.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 206658 13.71 MB/sec execute 198 sec latency 59.659 ms 2024-01-21T12:28:26.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 207151 13.70 MB/sec execute 199 sec latency 48.892 ms 2024-01-21T12:28:27.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 207546 13.66 MB/sec execute 200 sec latency 39.896 ms 2024-01-21T12:28:28.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 207855 13.64 MB/sec execute 201 sec latency 53.944 ms 2024-01-21T12:28:29.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 208190 13.60 MB/sec execute 202 sec latency 66.993 ms 2024-01-21T12:28:30.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 208606 13.57 MB/sec execute 203 sec latency 57.432 ms 2024-01-21T12:28:31.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 208869 13.54 MB/sec execute 204 sec latency 44.809 ms 2024-01-21T12:28:32.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 209530 13.60 MB/sec execute 205 sec latency 34.591 ms 2024-01-21T12:28:33.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 210014 13.61 MB/sec execute 206 sec latency 42.685 ms 2024-01-21T12:28:34.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 210544 13.60 MB/sec execute 207 sec latency 38.366 ms 2024-01-21T12:28:35.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 211056 13.59 MB/sec execute 208 sec latency 47.023 ms 2024-01-21T12:28:36.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 211560 13.59 MB/sec execute 209 sec latency 49.934 ms 2024-01-21T12:28:37.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 212132 13.57 MB/sec execute 210 sec latency 46.224 ms 2024-01-21T12:28:38.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 212532 13.59 MB/sec execute 211 sec latency 33.174 ms 2024-01-21T12:28:39.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 212978 13.59 MB/sec execute 212 sec latency 51.262 ms 2024-01-21T12:28:40.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 213404 13.59 MB/sec execute 213 sec latency 36.137 ms 2024-01-21T12:28:40.791 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:28:41.407 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:28:41.407 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:28:41.407 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:28:41.407 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (39m) 5m ago 39m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:28:41.407 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (44m) 5m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (5m) 5m ago 5m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 5m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 5m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:28:41.408 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:28:41.409 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:28:41.409 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:28:41.409 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (36m) 5m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:28:41.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 213697 13.57 MB/sec execute 214 sec latency 54.652 ms 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:28:41.786 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:28:41.787 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:28:41.787 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:28:41.787 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:28:41.787 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:28:41.787 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:28:41.787 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:28:41.787 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:28:41.787 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:28:42.141 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:28:42.141 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:28:42.141 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:28:42.142 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:28:42.142 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:28:42.142 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:28:42.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 214021 13.54 MB/sec execute 215 sec latency 33.744 ms 2024-01-21T12:28:43.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 214405 13.51 MB/sec execute 216 sec latency 57.446 ms 2024-01-21T12:28:44.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 214705 13.48 MB/sec execute 217 sec latency 54.528 ms 2024-01-21T12:28:45.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 214953 13.45 MB/sec execute 218 sec latency 68.106 ms 2024-01-21T12:28:46.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 215205 13.41 MB/sec execute 219 sec latency 73.660 ms 2024-01-21T12:28:47.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 215600 13.38 MB/sec execute 220 sec latency 73.354 ms 2024-01-21T12:28:48.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 215875 13.35 MB/sec execute 221 sec latency 41.626 ms 2024-01-21T12:28:49.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 216618 13.41 MB/sec execute 222 sec latency 31.851 ms 2024-01-21T12:28:50.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 217300 13.46 MB/sec execute 223 sec latency 40.480 ms 2024-01-21T12:28:51.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 218016 13.46 MB/sec execute 224 sec latency 59.210 ms 2024-01-21T12:28:52.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 218569 13.46 MB/sec execute 225 sec latency 37.081 ms 2024-01-21T12:28:53.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 219208 13.45 MB/sec execute 226 sec latency 37.014 ms 2024-01-21T12:28:54.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 219679 13.47 MB/sec execute 227 sec latency 34.378 ms 2024-01-21T12:28:55.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 220332 13.49 MB/sec execute 228 sec latency 40.065 ms 2024-01-21T12:28:56.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 220778 13.50 MB/sec execute 229 sec latency 40.884 ms 2024-01-21T12:28:57.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 221174 13.49 MB/sec execute 230 sec latency 63.250 ms 2024-01-21T12:28:58.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 221551 13.47 MB/sec execute 231 sec latency 45.562 ms 2024-01-21T12:28:59.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 221965 13.45 MB/sec execute 232 sec latency 42.993 ms 2024-01-21T12:29:00.730 INFO:teuthology.orchestra.run.smithi087.stdout: 5 222430 13.43 MB/sec execute 233 sec latency 80.701 ms 2024-01-21T12:29:01.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 222902 13.42 MB/sec execute 234 sec latency 37.365 ms 2024-01-21T12:29:02.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 223222 13.42 MB/sec execute 235 sec latency 46.432 ms 2024-01-21T12:29:03.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 223482 13.41 MB/sec execute 236 sec latency 84.065 ms 2024-01-21T12:29:04.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 223799 13.38 MB/sec execute 237 sec latency 56.515 ms 2024-01-21T12:29:05.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 224034 13.36 MB/sec execute 238 sec latency 80.044 ms 2024-01-21T12:29:06.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 224225 13.33 MB/sec execute 239 sec latency 96.987 ms 2024-01-21T12:29:07.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 224490 13.31 MB/sec execute 240 sec latency 59.509 ms 2024-01-21T12:29:08.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 224804 13.27 MB/sec execute 241 sec latency 57.711 ms 2024-01-21T12:29:09.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 225124 13.25 MB/sec execute 242 sec latency 57.879 ms 2024-01-21T12:29:10.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 225537 13.25 MB/sec execute 243 sec latency 41.042 ms 2024-01-21T12:29:11.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 225957 13.22 MB/sec execute 244 sec latency 46.772 ms 2024-01-21T12:29:12.514 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:29:12.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 226398 13.20 MB/sec execute 245 sec latency 35.321 ms 2024-01-21T12:29:13.151 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (40m) 5m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (25m) 5m ago 25m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (46m) 5m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (45m) 5m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (6m) 5m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:29:13.152 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 5m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 5m ago 15m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (40m) 5m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:29:13.153 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (37m) 5m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:29:13.546 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:29:13.547 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:29:13.548 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:29:13.548 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:29:13.548 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:29:13.548 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:29:13.548 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:29:13.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 226772 13.21 MB/sec execute 246 sec latency 36.316 ms 2024-01-21T12:29:13.915 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:29:13.915 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:29:13.915 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:29:13.915 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:29:13.915 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:29:13.915 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:29:14.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 227256 13.21 MB/sec execute 247 sec latency 35.831 ms 2024-01-21T12:29:15.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 227643 13.21 MB/sec execute 248 sec latency 45.444 ms 2024-01-21T12:29:16.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 227977 13.21 MB/sec execute 249 sec latency 38.354 ms 2024-01-21T12:29:17.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 228296 13.17 MB/sec execute 250 sec latency 73.025 ms 2024-01-21T12:29:18.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 228614 13.15 MB/sec execute 251 sec latency 41.916 ms 2024-01-21T12:29:19.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 228946 13.12 MB/sec execute 252 sec latency 67.828 ms 2024-01-21T12:29:20.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 229423 13.12 MB/sec execute 253 sec latency 63.338 ms 2024-01-21T12:29:21.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 229894 13.10 MB/sec execute 254 sec latency 45.528 ms 2024-01-21T12:29:22.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 230398 13.13 MB/sec execute 255 sec latency 35.129 ms 2024-01-21T12:29:23.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 230920 13.13 MB/sec execute 256 sec latency 46.353 ms 2024-01-21T12:29:24.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 231369 13.15 MB/sec execute 257 sec latency 43.041 ms 2024-01-21T12:29:25.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 231786 13.13 MB/sec execute 258 sec latency 40.839 ms 2024-01-21T12:29:26.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 232158 13.12 MB/sec execute 259 sec latency 66.201 ms 2024-01-21T12:29:27.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 232521 13.09 MB/sec execute 260 sec latency 39.524 ms 2024-01-21T12:29:28.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 232918 13.08 MB/sec execute 261 sec latency 50.600 ms 2024-01-21T12:29:29.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 233365 13.06 MB/sec execute 262 sec latency 48.781 ms 2024-01-21T12:29:30.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 233713 13.05 MB/sec execute 263 sec latency 42.977 ms 2024-01-21T12:29:31.731 INFO:teuthology.orchestra.run.smithi087.stdout: 5 234435 13.10 MB/sec execute 264 sec latency 32.123 ms 2024-01-21T12:29:32.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 234934 13.11 MB/sec execute 265 sec latency 57.970 ms 2024-01-21T12:29:33.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 235239 13.09 MB/sec execute 266 sec latency 45.100 ms 2024-01-21T12:29:34.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 235574 13.07 MB/sec execute 267 sec latency 70.320 ms 2024-01-21T12:29:35.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 235854 13.05 MB/sec execute 268 sec latency 49.228 ms 2024-01-21T12:29:36.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 236264 13.04 MB/sec execute 269 sec latency 36.998 ms 2024-01-21T12:29:37.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 236689 13.01 MB/sec execute 270 sec latency 43.264 ms 2024-01-21T12:29:38.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 237152 13.00 MB/sec execute 271 sec latency 38.904 ms 2024-01-21T12:29:39.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 237574 13.02 MB/sec execute 272 sec latency 43.004 ms 2024-01-21T12:29:40.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 237990 13.02 MB/sec execute 273 sec latency 56.435 ms 2024-01-21T12:29:41.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 238346 13.02 MB/sec execute 274 sec latency 40.789 ms 2024-01-21T12:29:42.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 238554 13.00 MB/sec execute 275 sec latency 62.000 ms 2024-01-21T12:29:43.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 238725 12.96 MB/sec execute 276 sec latency 62.824 ms 2024-01-21T12:29:44.212 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:29:44.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 238947 12.93 MB/sec execute 277 sec latency 96.304 ms 2024-01-21T12:29:44.771 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:29:44.771 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:29:44.771 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:29:44.771 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (40m) 6m ago 40m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:29:44.771 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:29:44.771 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (6m) 6m ago 6m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 6m ago 18m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 6m ago 16m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:29:44.772 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:29:44.773 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:29:44.773 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (37m) 6m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:29:45.068 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:29:45.069 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:29:45.070 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:29:45.070 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:29:45.336 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:29:45.336 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:29:45.336 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:29:45.336 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:29:45.336 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:29:45.336 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:29:45.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 239136 12.89 MB/sec execute 278 sec latency 78.729 ms 2024-01-21T12:29:46.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 239541 12.88 MB/sec execute 279 sec latency 47.668 ms 2024-01-21T12:29:47.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 240059 12.88 MB/sec execute 280 sec latency 39.313 ms 2024-01-21T12:29:48.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 240653 12.87 MB/sec execute 281 sec latency 34.953 ms 2024-01-21T12:29:49.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 241397 12.93 MB/sec execute 282 sec latency 34.677 ms 2024-01-21T12:29:50.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 241950 12.95 MB/sec execute 283 sec latency 37.605 ms 2024-01-21T12:29:51.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 242314 12.93 MB/sec execute 284 sec latency 38.608 ms 2024-01-21T12:29:52.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 242710 12.92 MB/sec execute 285 sec latency 65.733 ms 2024-01-21T12:29:53.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 242931 12.89 MB/sec execute 286 sec latency 89.321 ms 2024-01-21T12:29:54.732 INFO:teuthology.orchestra.run.smithi087.stdout: 5 243153 12.85 MB/sec execute 287 sec latency 53.597 ms 2024-01-21T12:29:55.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 243351 12.84 MB/sec execute 288 sec latency 84.215 ms 2024-01-21T12:29:56.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 243580 12.81 MB/sec execute 289 sec latency 82.853 ms 2024-01-21T12:29:57.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 243894 12.78 MB/sec execute 290 sec latency 80.785 ms 2024-01-21T12:29:58.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 244216 12.76 MB/sec execute 291 sec latency 45.558 ms 2024-01-21T12:29:59.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 244623 12.78 MB/sec execute 292 sec latency 38.238 ms 2024-01-21T12:30:00.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 245060 12.78 MB/sec execute 293 sec latency 39.001 ms 2024-01-21T12:30:01.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 245406 12.78 MB/sec execute 294 sec latency 43.707 ms 2024-01-21T12:30:02.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 245684 12.77 MB/sec execute 295 sec latency 61.295 ms 2024-01-21T12:30:03.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 245913 12.74 MB/sec execute 296 sec latency 52.020 ms 2024-01-21T12:30:04.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 246162 12.71 MB/sec execute 297 sec latency 61.485 ms 2024-01-21T12:30:05.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 246487 12.69 MB/sec execute 298 sec latency 66.089 ms 2024-01-21T12:30:06.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 246929 12.69 MB/sec execute 299 sec latency 45.734 ms 2024-01-21T12:30:07.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 247449 12.68 MB/sec execute 300 sec latency 71.448 ms 2024-01-21T12:30:08.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 247831 12.66 MB/sec execute 301 sec latency 37.165 ms 2024-01-21T12:30:09.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 248230 12.68 MB/sec execute 302 sec latency 46.452 ms 2024-01-21T12:30:10.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 248655 12.68 MB/sec execute 303 sec latency 35.887 ms 2024-01-21T12:30:11.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 248978 12.67 MB/sec execute 304 sec latency 55.560 ms 2024-01-21T12:30:12.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 249256 12.67 MB/sec execute 305 sec latency 58.860 ms 2024-01-21T12:30:13.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 249530 12.64 MB/sec execute 306 sec latency 72.053 ms 2024-01-21T12:30:14.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 249834 12.62 MB/sec execute 307 sec latency 77.316 ms 2024-01-21T12:30:15.698 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:30:15.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 250115 12.60 MB/sec execute 308 sec latency 53.717 ms 2024-01-21T12:30:16.310 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (41m) 6m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (26m) 6m ago 26m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (27m) 6m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (47m) 6m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (46m) 6m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (7m) 6m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 6m ago 19m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:30:16.311 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 6m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:30:16.312 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (41m) 6m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:30:16.312 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:30:16.312 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:30:16.312 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:30:16.312 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:30:16.312 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:30:16.312 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:30:16.312 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (38m) 6m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:30:16.661 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:30:16.662 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:30:16.662 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:30:16.662 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:30:16.662 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:30:16.733 INFO:teuthology.orchestra.run.smithi087.stdout: 5 250458 12.59 MB/sec execute 309 sec latency 40.713 ms 2024-01-21T12:30:16.954 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:30:16.954 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:30:16.954 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:30:16.954 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:30:16.954 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:30:16.954 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:30:17.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 250862 12.57 MB/sec execute 310 sec latency 52.002 ms 2024-01-21T12:30:18.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 251332 12.56 MB/sec execute 311 sec latency 46.867 ms 2024-01-21T12:30:19.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 251767 12.58 MB/sec execute 312 sec latency 38.414 ms 2024-01-21T12:30:20.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 252210 12.58 MB/sec execute 313 sec latency 34.149 ms 2024-01-21T12:30:21.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 252619 12.58 MB/sec execute 314 sec latency 38.832 ms 2024-01-21T12:30:22.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 252967 12.58 MB/sec execute 315 sec latency 35.752 ms 2024-01-21T12:30:23.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 253362 12.56 MB/sec execute 316 sec latency 47.009 ms 2024-01-21T12:30:24.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 253682 12.54 MB/sec execute 317 sec latency 53.340 ms 2024-01-21T12:30:25.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 254019 12.53 MB/sec execute 318 sec latency 54.340 ms 2024-01-21T12:30:26.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 254411 12.52 MB/sec execute 319 sec latency 48.412 ms 2024-01-21T12:30:27.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 254836 12.50 MB/sec execute 320 sec latency 44.017 ms 2024-01-21T12:30:28.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 255233 12.51 MB/sec execute 321 sec latency 45.691 ms 2024-01-21T12:30:29.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 255692 12.52 MB/sec execute 322 sec latency 38.752 ms 2024-01-21T12:30:30.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 256032 12.51 MB/sec execute 323 sec latency 45.711 ms 2024-01-21T12:30:31.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 256334 12.51 MB/sec execute 324 sec latency 46.860 ms 2024-01-21T12:30:32.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 256619 12.49 MB/sec execute 325 sec latency 75.912 ms 2024-01-21T12:30:33.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 256888 12.47 MB/sec execute 326 sec latency 57.257 ms 2024-01-21T12:30:34.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 257093 12.44 MB/sec execute 327 sec latency 87.273 ms 2024-01-21T12:30:35.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 257290 12.41 MB/sec execute 328 sec latency 75.925 ms 2024-01-21T12:30:36.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 257500 12.39 MB/sec execute 329 sec latency 97.467 ms 2024-01-21T12:30:37.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 257701 12.37 MB/sec execute 330 sec latency 88.984 ms 2024-01-21T12:30:38.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 258063 12.36 MB/sec execute 331 sec latency 86.442 ms 2024-01-21T12:30:39.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 258439 12.34 MB/sec execute 332 sec latency 39.305 ms 2024-01-21T12:30:40.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 258796 12.34 MB/sec execute 333 sec latency 44.062 ms 2024-01-21T12:30:41.734 INFO:teuthology.orchestra.run.smithi087.stdout: 5 259250 12.35 MB/sec execute 334 sec latency 42.020 ms 2024-01-21T12:30:42.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 259652 12.36 MB/sec execute 335 sec latency 40.876 ms 2024-01-21T12:30:43.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 260082 12.36 MB/sec execute 336 sec latency 42.231 ms 2024-01-21T12:30:44.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 260478 12.35 MB/sec execute 337 sec latency 51.040 ms 2024-01-21T12:30:45.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 260809 12.33 MB/sec execute 338 sec latency 76.616 ms 2024-01-21T12:30:46.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 261115 12.31 MB/sec execute 339 sec latency 48.669 ms 2024-01-21T12:30:47.310 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:30:47.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 261479 12.31 MB/sec execute 340 sec latency 71.147 ms 2024-01-21T12:30:48.019 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (41m) 7m ago 41m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (27m) 7m ago 27m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:30:48.020 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (7m) 7m ago 7m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 7m ago 19m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 7m ago 17m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:30:48.021 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (38m) 7m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:30:48.404 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:30:48.405 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:30:48.406 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:30:48.406 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:30:48.406 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:30:48.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 261844 12.29 MB/sec execute 341 sec latency 53.174 ms 2024-01-21T12:30:48.754 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:30:48.754 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:30:48.754 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:30:48.754 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:30:48.754 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:30:48.755 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:30:49.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 262169 12.28 MB/sec execute 342 sec latency 55.956 ms 2024-01-21T12:30:50.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 262519 12.28 MB/sec execute 343 sec latency 44.859 ms 2024-01-21T12:30:51.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 262840 12.28 MB/sec execute 344 sec latency 42.731 ms 2024-01-21T12:30:52.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 263139 12.27 MB/sec execute 345 sec latency 57.471 ms 2024-01-21T12:30:53.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 263391 12.27 MB/sec execute 346 sec latency 79.769 ms 2024-01-21T12:30:54.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 263600 12.24 MB/sec execute 347 sec latency 47.471 ms 2024-01-21T12:30:55.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 263816 12.22 MB/sec execute 348 sec latency 99.519 ms 2024-01-21T12:30:56.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 264076 12.20 MB/sec execute 349 sec latency 67.531 ms 2024-01-21T12:30:57.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 264373 12.18 MB/sec execute 350 sec latency 56.113 ms 2024-01-21T12:30:58.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 264636 12.16 MB/sec execute 351 sec latency 45.675 ms 2024-01-21T12:30:59.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 265000 12.16 MB/sec execute 352 sec latency 64.486 ms 2024-01-21T12:31:00.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 265358 12.14 MB/sec execute 353 sec latency 56.857 ms 2024-01-21T12:31:01.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 265667 12.13 MB/sec execute 354 sec latency 40.239 ms 2024-01-21T12:31:02.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 265978 12.12 MB/sec execute 355 sec latency 64.066 ms 2024-01-21T12:31:03.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 266324 12.13 MB/sec execute 356 sec latency 44.243 ms 2024-01-21T12:31:04.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 266607 12.12 MB/sec execute 357 sec latency 57.454 ms 2024-01-21T12:31:05.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 266880 12.12 MB/sec execute 358 sec latency 81.777 ms 2024-01-21T12:31:06.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 267072 12.10 MB/sec execute 359 sec latency 55.908 ms 2024-01-21T12:31:07.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 267297 12.08 MB/sec execute 360 sec latency 98.070 ms 2024-01-21T12:31:08.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 267491 12.06 MB/sec execute 361 sec latency 59.038 ms 2024-01-21T12:31:09.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 267688 12.03 MB/sec execute 362 sec latency 83.686 ms 2024-01-21T12:31:10.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 267924 12.00 MB/sec execute 363 sec latency 56.226 ms 2024-01-21T12:31:11.735 INFO:teuthology.orchestra.run.smithi087.stdout: 5 268129 11.99 MB/sec execute 364 sec latency 69.898 ms 2024-01-21T12:31:12.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 268342 11.97 MB/sec execute 365 sec latency 97.825 ms 2024-01-21T12:31:13.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 268999 11.97 MB/sec execute 366 sec latency 31.852 ms 2024-01-21T12:31:14.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 269479 11.98 MB/sec execute 367 sec latency 41.475 ms 2024-01-21T12:31:15.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 269939 12.00 MB/sec execute 368 sec latency 39.976 ms 2024-01-21T12:31:16.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 270331 12.00 MB/sec execute 369 sec latency 47.267 ms 2024-01-21T12:31:17.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 270606 11.99 MB/sec execute 370 sec latency 42.588 ms 2024-01-21T12:31:18.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 270887 11.98 MB/sec execute 371 sec latency 55.255 ms 2024-01-21T12:31:19.101 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:31:19.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 271122 11.96 MB/sec execute 372 sec latency 84.194 ms 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (42m) 7m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (28m) 7m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (48m) 7m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (47m) 7m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:31:19.777 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (8m) 7m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 7m ago 20m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 7m ago 18m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (42m) 7m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:31:19.778 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (39m) 7m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:31:20.139 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:31:20.140 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:31:20.141 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:31:20.141 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:31:20.141 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:31:20.141 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:31:20.461 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:31:20.462 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:31:20.462 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:31:20.462 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:31:20.462 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:31:20.462 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:31:20.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 271349 11.94 MB/sec execute 373 sec latency 89.458 ms 2024-01-21T12:31:21.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 271611 11.92 MB/sec execute 374 sec latency 61.584 ms 2024-01-21T12:31:22.736 INFO:teuthology.orchestra.run.smithi087.stdout: 5 271829 11.90 MB/sec execute 375 sec latency 64.399 ms 2024-01-21T12:31:23.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 272219 11.89 MB/sec execute 376 sec latency 61.923 ms 2024-01-21T12:31:24.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 272556 11.88 MB/sec execute 377 sec latency 59.327 ms 2024-01-21T12:31:25.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 272824 11.87 MB/sec execute 378 sec latency 101.901 ms 2024-01-21T12:31:26.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 273183 11.87 MB/sec execute 379 sec latency 45.481 ms 2024-01-21T12:31:27.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 273569 11.88 MB/sec execute 380 sec latency 42.804 ms 2024-01-21T12:31:28.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 273982 11.89 MB/sec execute 381 sec latency 53.609 ms 2024-01-21T12:31:29.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 274308 11.88 MB/sec execute 382 sec latency 62.439 ms 2024-01-21T12:31:30.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 274764 11.87 MB/sec execute 383 sec latency 57.356 ms 2024-01-21T12:31:31.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 275258 11.86 MB/sec execute 384 sec latency 58.685 ms 2024-01-21T12:31:32.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 275713 11.86 MB/sec execute 385 sec latency 66.107 ms 2024-01-21T12:31:33.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 276070 11.85 MB/sec execute 386 sec latency 56.117 ms 2024-01-21T12:31:34.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 276370 11.84 MB/sec execute 387 sec latency 70.404 ms 2024-01-21T12:31:35.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 276677 11.84 MB/sec execute 388 sec latency 54.632 ms 2024-01-21T12:31:36.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 277001 11.84 MB/sec execute 389 sec latency 49.804 ms 2024-01-21T12:31:37.739 INFO:teuthology.orchestra.run.smithi087.stdout: 5 277262 11.83 MB/sec execute 390 sec latency 54.518 ms 2024-01-21T12:31:38.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 277514 11.83 MB/sec execute 391 sec latency 80.128 ms 2024-01-21T12:31:39.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 277721 11.81 MB/sec execute 392 sec latency 70.309 ms 2024-01-21T12:31:40.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 277966 11.79 MB/sec execute 393 sec latency 78.550 ms 2024-01-21T12:31:41.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 278263 11.78 MB/sec execute 394 sec latency 79.195 ms 2024-01-21T12:31:42.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 278588 11.76 MB/sec execute 395 sec latency 42.933 ms 2024-01-21T12:31:43.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 278907 11.75 MB/sec execute 396 sec latency 92.400 ms 2024-01-21T12:31:44.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 279269 11.75 MB/sec execute 397 sec latency 57.307 ms 2024-01-21T12:31:45.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 279569 11.73 MB/sec execute 398 sec latency 65.866 ms 2024-01-21T12:31:46.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 279867 11.72 MB/sec execute 399 sec latency 44.423 ms 2024-01-21T12:31:47.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 280174 11.72 MB/sec execute 400 sec latency 73.353 ms 2024-01-21T12:31:48.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 280541 11.72 MB/sec execute 401 sec latency 52.536 ms 2024-01-21T12:31:49.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 280989 11.73 MB/sec execute 402 sec latency 45.306 ms 2024-01-21T12:31:50.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 281302 11.73 MB/sec execute 403 sec latency 49.284 ms 2024-01-21T12:31:50.857 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (42m) 8m ago 42m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (28m) 8m ago 28m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:31:51.532 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (48m) 8m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (8m) 8m ago 8m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 8m ago 20m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 8m ago 18m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (40m) 8m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:31:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (39m) 8m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:31:51.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 281575 11.71 MB/sec execute 404 sec latency 82.740 ms 2024-01-21T12:31:51.967 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:31:51.967 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:31:51.967 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:31:51.967 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:31:51.968 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:31:52.328 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:31:52.328 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:31:52.328 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:31:52.328 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:31:52.328 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:31:52.328 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:31:52.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 281841 11.69 MB/sec execute 405 sec latency 79.739 ms 2024-01-21T12:31:53.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 282155 11.68 MB/sec execute 406 sec latency 57.162 ms 2024-01-21T12:31:54.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 282477 11.67 MB/sec execute 407 sec latency 77.685 ms 2024-01-21T12:31:55.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 282885 11.67 MB/sec execute 408 sec latency 63.182 ms 2024-01-21T12:31:56.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 283280 11.66 MB/sec execute 409 sec latency 53.194 ms 2024-01-21T12:31:57.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 283706 11.67 MB/sec execute 410 sec latency 44.808 ms 2024-01-21T12:31:58.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 284071 11.67 MB/sec execute 411 sec latency 37.713 ms 2024-01-21T12:31:59.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 284410 11.67 MB/sec execute 412 sec latency 63.517 ms 2024-01-21T12:32:00.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 284745 11.67 MB/sec execute 413 sec latency 44.118 ms 2024-01-21T12:32:01.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 285029 11.66 MB/sec execute 414 sec latency 76.680 ms 2024-01-21T12:32:02.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 285326 11.64 MB/sec execute 415 sec latency 62.475 ms 2024-01-21T12:32:03.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 285656 11.63 MB/sec execute 416 sec latency 64.319 ms 2024-01-21T12:32:04.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 285972 11.62 MB/sec execute 417 sec latency 40.259 ms 2024-01-21T12:32:05.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 286333 11.61 MB/sec execute 418 sec latency 57.712 ms 2024-01-21T12:32:06.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 286693 11.60 MB/sec execute 419 sec latency 50.524 ms 2024-01-21T12:32:07.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 286989 11.60 MB/sec execute 420 sec latency 60.560 ms 2024-01-21T12:32:08.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 287331 11.60 MB/sec execute 421 sec latency 56.077 ms 2024-01-21T12:32:09.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 287705 11.60 MB/sec execute 422 sec latency 41.131 ms 2024-01-21T12:32:10.740 INFO:teuthology.orchestra.run.smithi087.stdout: 5 288104 11.60 MB/sec execute 423 sec latency 43.888 ms 2024-01-21T12:32:11.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 288407 11.60 MB/sec execute 424 sec latency 59.978 ms 2024-01-21T12:32:12.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 288717 11.59 MB/sec execute 425 sec latency 80.859 ms 2024-01-21T12:32:13.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 288996 11.57 MB/sec execute 426 sec latency 81.288 ms 2024-01-21T12:32:14.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 289287 11.55 MB/sec execute 427 sec latency 48.357 ms 2024-01-21T12:32:15.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 289692 11.55 MB/sec execute 428 sec latency 40.241 ms 2024-01-21T12:32:16.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 290296 11.56 MB/sec execute 429 sec latency 47.602 ms 2024-01-21T12:32:17.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 290752 11.56 MB/sec execute 430 sec latency 46.608 ms 2024-01-21T12:32:18.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 291184 11.57 MB/sec execute 431 sec latency 60.733 ms 2024-01-21T12:32:19.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 291583 11.58 MB/sec execute 432 sec latency 43.324 ms 2024-01-21T12:32:20.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 291879 11.57 MB/sec execute 433 sec latency 44.743 ms 2024-01-21T12:32:21.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 292178 11.56 MB/sec execute 434 sec latency 59.062 ms 2024-01-21T12:32:22.707 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:32:22.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 292483 11.55 MB/sec execute 435 sec latency 86.731 ms 2024-01-21T12:32:23.392 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (43m) 8m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (29m) 8m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (49m) 8m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (49m) 8m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (48m) 9m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (9m) 8m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 8m ago 21m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:32:23.393 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:32:23.394 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (43m) 8m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:32:23.394 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:32:23.394 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:32:23.394 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:32:23.394 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:32:23.394 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:32:23.394 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:32:23.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 292750 11.53 MB/sec execute 436 sec latency 54.155 ms 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:32:23.798 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:32:23.799 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:32:23.799 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:32:23.799 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:32:23.799 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:32:23.799 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:32:23.799 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:32:23.799 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:32:23.799 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:32:24.124 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:32:24.124 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:32:24.124 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:32:24.124 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:32:24.124 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:32:24.124 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:32:24.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 293031 11.53 MB/sec execute 437 sec latency 61.071 ms 2024-01-21T12:32:25.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 293390 11.52 MB/sec execute 438 sec latency 79.526 ms 2024-01-21T12:32:26.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 293789 11.51 MB/sec execute 439 sec latency 50.555 ms 2024-01-21T12:32:27.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 294104 11.50 MB/sec execute 440 sec latency 67.299 ms 2024-01-21T12:32:28.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 294494 11.51 MB/sec execute 441 sec latency 35.143 ms 2024-01-21T12:32:29.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 294852 11.51 MB/sec execute 442 sec latency 55.678 ms 2024-01-21T12:32:30.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 295257 11.52 MB/sec execute 443 sec latency 54.645 ms 2024-01-21T12:32:31.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 295555 11.51 MB/sec execute 444 sec latency 48.542 ms 2024-01-21T12:32:32.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 295849 11.50 MB/sec execute 445 sec latency 50.069 ms 2024-01-21T12:32:33.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 296163 11.48 MB/sec execute 446 sec latency 86.314 ms 2024-01-21T12:32:34.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 296467 11.47 MB/sec execute 447 sec latency 45.198 ms 2024-01-21T12:32:35.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 296795 11.47 MB/sec execute 448 sec latency 71.510 ms 2024-01-21T12:32:36.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 297218 11.46 MB/sec execute 449 sec latency 50.282 ms 2024-01-21T12:32:37.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 297600 11.46 MB/sec execute 450 sec latency 51.073 ms 2024-01-21T12:32:38.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 297998 11.46 MB/sec execute 451 sec latency 46.659 ms 2024-01-21T12:32:39.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 298358 11.46 MB/sec execute 452 sec latency 41.661 ms 2024-01-21T12:32:40.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 298795 11.48 MB/sec execute 453 sec latency 50.902 ms 2024-01-21T12:32:41.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 299085 11.47 MB/sec execute 454 sec latency 45.120 ms 2024-01-21T12:32:42.741 INFO:teuthology.orchestra.run.smithi087.stdout: 5 299370 11.46 MB/sec execute 455 sec latency 54.802 ms 2024-01-21T12:32:43.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 299675 11.44 MB/sec execute 456 sec latency 62.343 ms 2024-01-21T12:32:44.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 299948 11.42 MB/sec execute 457 sec latency 50.940 ms 2024-01-21T12:32:45.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 300178 11.42 MB/sec execute 458 sec latency 60.719 ms 2024-01-21T12:32:46.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 300473 11.41 MB/sec execute 459 sec latency 74.184 ms 2024-01-21T12:32:47.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 300830 11.39 MB/sec execute 460 sec latency 70.993 ms 2024-01-21T12:32:48.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 301098 11.38 MB/sec execute 461 sec latency 66.110 ms 2024-01-21T12:32:49.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 301361 11.37 MB/sec execute 462 sec latency 50.125 ms 2024-01-21T12:32:50.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 301640 11.38 MB/sec execute 463 sec latency 41.256 ms 2024-01-21T12:32:51.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 301925 11.37 MB/sec execute 464 sec latency 52.476 ms 2024-01-21T12:32:52.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 302255 11.38 MB/sec execute 465 sec latency 70.414 ms 2024-01-21T12:32:53.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 302484 11.37 MB/sec execute 466 sec latency 73.832 ms 2024-01-21T12:32:54.420 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:32:54.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 302689 11.36 MB/sec execute 467 sec latency 65.504 ms 2024-01-21T12:32:54.986 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:32:54.986 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:32:54.986 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:32:54.986 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (43m) 9m ago 43m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:32:54.986 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:32:54.986 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (29m) 9m ago 29m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:32:54.986 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (50m) 9m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (49m) 9m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (9m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (10m) 9m ago 9m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 9m ago 21m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 9m ago 19m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (44m) 9m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (41m) 9m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:32:54.987 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (40m) 9m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:32:55.280 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:32:55.280 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:32:55.280 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:32:55.280 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:32:55.280 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:32:55.280 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:32:55.281 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:32:55.552 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:32:55.552 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:32:55.553 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:32:55.553 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:32:55.553 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:32:55.553 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:32:55.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 302878 11.34 MB/sec execute 468 sec latency 85.118 ms 2024-01-21T12:32:56.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 303118 11.32 MB/sec execute 469 sec latency 78.724 ms 2024-01-21T12:32:57.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 303338 11.30 MB/sec execute 470 sec latency 46.762 ms 2024-01-21T12:32:58.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 303637 11.30 MB/sec execute 471 sec latency 48.506 ms 2024-01-21T12:32:59.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 304042 11.30 MB/sec execute 472 sec latency 48.544 ms 2024-01-21T12:33:00.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 304489 11.29 MB/sec execute 473 sec latency 53.613 ms 2024-01-21T12:33:01.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 304831 11.28 MB/sec execute 474 sec latency 44.256 ms 2024-01-21T12:33:02.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 305156 11.29 MB/sec execute 475 sec latency 46.733 ms 2024-01-21T12:33:03.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 305440 11.28 MB/sec execute 476 sec latency 60.678 ms 2024-01-21T12:33:04.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 305791 11.29 MB/sec execute 477 sec latency 64.995 ms 2024-01-21T12:33:05.742 INFO:teuthology.orchestra.run.smithi087.stdout: 5 306033 11.28 MB/sec execute 478 sec latency 88.149 ms 2024-01-21T12:33:06.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 306296 11.27 MB/sec execute 479 sec latency 46.169 ms 2024-01-21T12:33:07.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 306574 11.26 MB/sec execute 480 sec latency 49.699 ms 2024-01-21T12:33:08.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 306902 11.25 MB/sec execute 481 sec latency 45.852 ms 2024-01-21T12:33:09.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 307551 11.26 MB/sec execute 482 sec latency 47.042 ms 2024-01-21T12:33:10.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 308279 11.27 MB/sec execute 483 sec latency 35.189 ms 2024-01-21T12:33:11.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 308571 11.26 MB/sec execute 484 sec latency 50.684 ms 2024-01-21T12:33:12.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 308842 11.26 MB/sec execute 485 sec latency 41.480 ms 2024-01-21T12:33:13.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 309104 11.26 MB/sec execute 486 sec latency 77.795 ms 2024-01-21T12:33:14.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 309391 11.26 MB/sec execute 487 sec latency 63.666 ms 2024-01-21T12:33:15.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 309617 11.25 MB/sec execute 488 sec latency 76.197 ms 2024-01-21T12:33:16.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 309839 11.24 MB/sec execute 489 sec latency 46.297 ms 2024-01-21T12:33:17.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 310087 11.22 MB/sec execute 490 sec latency 71.168 ms 2024-01-21T12:33:18.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 310366 11.21 MB/sec execute 491 sec latency 66.785 ms 2024-01-21T12:33:19.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 310570 11.19 MB/sec execute 492 sec latency 58.701 ms 2024-01-21T12:33:20.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 310780 11.18 MB/sec execute 493 sec latency 53.104 ms 2024-01-21T12:33:21.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 311053 11.18 MB/sec execute 494 sec latency 90.250 ms 2024-01-21T12:33:22.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 311400 11.17 MB/sec execute 495 sec latency 72.024 ms 2024-01-21T12:33:23.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 311710 11.16 MB/sec execute 496 sec latency 99.432 ms 2024-01-21T12:33:24.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 311975 11.15 MB/sec execute 497 sec latency 44.688 ms 2024-01-21T12:33:25.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 312262 11.15 MB/sec execute 498 sec latency 86.107 ms 2024-01-21T12:33:25.890 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (44m) 10m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (49m) 10m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:33:26.491 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 10m ago 22m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 10m ago 20m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:33:26.492 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (41m) 10m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:33:26.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 312570 11.15 MB/sec execute 499 sec latency 66.256 ms 2024-01-21T12:33:26.830 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:33:26.830 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:33:26.830 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:33:26.830 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:33:26.830 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:33:26.830 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:33:26.831 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:33:26.831 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:33:26.831 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:33:26.831 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:33:26.831 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:33:26.831 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:33:26.831 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:33:26.831 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:33:26.832 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:33:26.832 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:33:26.832 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:33:27.133 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:33:27.134 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:33:27.134 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:33:27.134 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:33:27.134 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:33:27.134 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:33:27.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 312924 11.15 MB/sec execute 500 sec latency 53.728 ms 2024-01-21T12:33:28.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 313199 11.15 MB/sec execute 501 sec latency 45.698 ms 2024-01-21T12:33:29.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 313505 11.15 MB/sec execute 502 sec latency 68.353 ms 2024-01-21T12:33:30.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 313826 11.13 MB/sec execute 503 sec latency 61.077 ms 2024-01-21T12:33:31.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 314113 11.12 MB/sec execute 504 sec latency 48.494 ms 2024-01-21T12:33:32.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 314443 11.12 MB/sec execute 505 sec latency 50.784 ms 2024-01-21T12:33:33.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 314841 11.11 MB/sec execute 506 sec latency 50.845 ms 2024-01-21T12:33:34.743 INFO:teuthology.orchestra.run.smithi087.stdout: 5 315256 11.11 MB/sec execute 507 sec latency 54.140 ms 2024-01-21T12:33:35.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 315574 11.10 MB/sec execute 508 sec latency 50.347 ms 2024-01-21T12:33:36.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 315951 11.11 MB/sec execute 509 sec latency 52.111 ms 2024-01-21T12:33:37.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 316347 11.11 MB/sec execute 510 sec latency 58.235 ms 2024-01-21T12:33:38.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 316634 11.11 MB/sec execute 511 sec latency 49.677 ms 2024-01-21T12:33:39.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 316805 11.10 MB/sec execute 512 sec latency 78.358 ms 2024-01-21T12:33:40.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 316970 11.09 MB/sec execute 513 sec latency 86.098 ms 2024-01-21T12:33:41.744 INFO:teuthology.orchestra.run.smithi087.stdout: 5 317150 11.07 MB/sec execute 514 sec latency 90.953 ms 2024-01-21T12:33:42.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 317386 11.05 MB/sec execute 515 sec latency 97.902 ms 2024-01-21T12:33:43.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 317614 11.04 MB/sec execute 516 sec latency 64.306 ms 2024-01-21T12:33:44.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 317827 11.03 MB/sec execute 517 sec latency 52.820 ms 2024-01-21T12:33:45.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 318063 11.03 MB/sec execute 518 sec latency 72.179 ms 2024-01-21T12:33:46.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 318374 11.02 MB/sec execute 519 sec latency 79.654 ms 2024-01-21T12:33:47.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 318702 11.01 MB/sec execute 520 sec latency 71.792 ms 2024-01-21T12:33:48.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 319007 11.00 MB/sec execute 521 sec latency 87.250 ms 2024-01-21T12:33:49.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 319260 11.00 MB/sec execute 522 sec latency 46.760 ms 2024-01-21T12:33:50.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 319564 11.00 MB/sec execute 523 sec latency 44.948 ms 2024-01-21T12:33:51.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 319908 11.00 MB/sec execute 524 sec latency 56.743 ms 2024-01-21T12:33:52.745 INFO:teuthology.orchestra.run.smithi087.stdout: 5 320247 11.00 MB/sec execute 525 sec latency 36.669 ms 2024-01-21T12:33:53.746 INFO:teuthology.orchestra.run.smithi087.stdout: 5 320558 11.00 MB/sec execute 526 sec latency 67.798 ms 2024-01-21T12:33:54.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 320909 10.98 MB/sec execute 527 sec latency 76.055 ms 2024-01-21T12:33:55.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 321182 10.97 MB/sec execute 528 sec latency 79.111 ms 2024-01-21T12:33:56.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 321502 10.97 MB/sec execute 529 sec latency 38.059 ms 2024-01-21T12:33:57.466 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:33:57.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 321906 10.97 MB/sec execute 530 sec latency 78.091 ms 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (44m) 10m ago 44m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (30m) 10m ago 30m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (51m) 10m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (50m) 10m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (10m) 10m ago 10m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (11m) 10m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 10m ago 22m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:33:58.098 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 10m ago 20m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:33:58.099 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (45m) 10m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:33:58.099 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:33:58.099 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:33:58.099 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (44m) 10m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:33:58.099 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:33:58.099 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:33:58.099 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:33:58.099 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (42m) 10m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:33:58.459 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:33:58.460 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:33:58.461 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:33:58.461 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:33:58.461 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:33:58.461 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:33:58.461 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:33:58.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 322314 10.97 MB/sec execute 531 sec latency 55.507 ms 2024-01-21T12:33:58.813 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:33:58.813 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:33:58.813 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:33:58.813 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:33:58.813 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:33:58.813 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:33:59.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 322657 10.96 MB/sec execute 532 sec latency 43.327 ms 2024-01-21T12:34:00.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 322996 10.96 MB/sec execute 533 sec latency 52.903 ms 2024-01-21T12:34:01.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 323387 10.97 MB/sec execute 534 sec latency 38.139 ms 2024-01-21T12:34:02.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 323907 10.98 MB/sec execute 535 sec latency 33.850 ms 2024-01-21T12:34:03.747 INFO:teuthology.orchestra.run.smithi087.stdout: 5 324399 10.98 MB/sec execute 536 sec latency 28.240 ms 2024-01-21T12:34:04.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 324685 10.96 MB/sec execute 537 sec latency 82.100 ms 2024-01-21T12:34:05.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 324948 10.96 MB/sec execute 538 sec latency 46.545 ms 2024-01-21T12:34:06.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 325336 10.96 MB/sec execute 539 sec latency 50.279 ms 2024-01-21T12:34:07.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 325801 10.95 MB/sec execute 540 sec latency 47.550 ms 2024-01-21T12:34:08.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 326175 10.95 MB/sec execute 541 sec latency 46.529 ms 2024-01-21T12:34:09.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 326475 10.95 MB/sec execute 542 sec latency 44.573 ms 2024-01-21T12:34:10.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 326893 10.96 MB/sec execute 543 sec latency 46.041 ms 2024-01-21T12:34:11.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 327243 10.96 MB/sec execute 544 sec latency 45.968 ms 2024-01-21T12:34:12.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 327515 10.96 MB/sec execute 545 sec latency 62.374 ms 2024-01-21T12:34:13.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 327791 10.95 MB/sec execute 546 sec latency 52.185 ms 2024-01-21T12:34:14.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 328138 10.93 MB/sec execute 547 sec latency 71.442 ms 2024-01-21T12:34:15.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 328364 10.92 MB/sec execute 548 sec latency 59.044 ms 2024-01-21T12:34:16.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 328726 10.93 MB/sec execute 549 sec latency 48.446 ms 2024-01-21T12:34:17.749 INFO:teuthology.orchestra.run.smithi087.stdout: 5 329160 10.92 MB/sec execute 550 sec latency 78.915 ms 2024-01-21T12:34:18.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 329693 10.92 MB/sec execute 551 sec latency 40.493 ms 2024-01-21T12:34:19.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 330089 10.93 MB/sec execute 552 sec latency 47.270 ms 2024-01-21T12:34:20.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 330644 10.95 MB/sec execute 553 sec latency 73.318 ms 2024-01-21T12:34:21.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 330953 10.95 MB/sec execute 554 sec latency 86.590 ms 2024-01-21T12:34:22.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 331205 10.94 MB/sec execute 555 sec latency 42.576 ms 2024-01-21T12:34:23.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 331659 10.93 MB/sec execute 556 sec latency 71.316 ms 2024-01-21T12:34:24.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 332101 10.93 MB/sec execute 557 sec latency 61.058 ms 2024-01-21T12:34:25.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 332708 10.94 MB/sec execute 558 sec latency 61.696 ms 2024-01-21T12:34:26.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 333098 10.93 MB/sec execute 559 sec latency 55.049 ms 2024-01-21T12:34:27.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 333334 10.92 MB/sec execute 560 sec latency 40.949 ms 2024-01-21T12:34:28.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 333609 10.92 MB/sec execute 561 sec latency 73.276 ms 2024-01-21T12:34:29.184 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:34:29.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 333949 10.93 MB/sec execute 562 sec latency 63.462 ms 2024-01-21T12:34:29.849 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:34:29.849 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:34:29.849 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:34:29.849 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (45m) 11m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:34:29.849 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:34:29.849 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:34:29.849 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:34:29.849 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (50m) 11m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (11m) 11m ago 11m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 11m ago 23m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 11m ago 21m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:34:29.850 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (42m) 11m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:34:30.178 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:34:30.178 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:34:30.178 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:34:30.178 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:34:30.179 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:34:30.472 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:34:30.473 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:34:30.473 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:34:30.473 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:34:30.473 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:34:30.473 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:34:30.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 334262 10.93 MB/sec execute 563 sec latency 55.737 ms 2024-01-21T12:34:31.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 334482 10.93 MB/sec execute 564 sec latency 80.415 ms 2024-01-21T12:34:32.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 334638 10.91 MB/sec execute 565 sec latency 55.862 ms 2024-01-21T12:34:33.748 INFO:teuthology.orchestra.run.smithi087.stdout: 5 334840 10.90 MB/sec execute 566 sec latency 103.034 ms 2024-01-21T12:34:34.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 335200 10.88 MB/sec execute 567 sec latency 108.379 ms 2024-01-21T12:34:35.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 335404 10.87 MB/sec execute 568 sec latency 69.130 ms 2024-01-21T12:34:36.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 335736 10.88 MB/sec execute 569 sec latency 43.630 ms 2024-01-21T12:34:37.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 336114 10.87 MB/sec execute 570 sec latency 80.117 ms 2024-01-21T12:34:38.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 336514 10.86 MB/sec execute 571 sec latency 60.952 ms 2024-01-21T12:34:39.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 336799 10.86 MB/sec execute 572 sec latency 58.676 ms 2024-01-21T12:34:40.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 337076 10.86 MB/sec execute 573 sec latency 43.418 ms 2024-01-21T12:34:41.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 337408 10.86 MB/sec execute 574 sec latency 54.143 ms 2024-01-21T12:34:42.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 337722 10.86 MB/sec execute 575 sec latency 61.520 ms 2024-01-21T12:34:43.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 337967 10.86 MB/sec execute 576 sec latency 53.055 ms 2024-01-21T12:34:44.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 338133 10.85 MB/sec execute 577 sec latency 62.936 ms 2024-01-21T12:34:45.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 338305 10.84 MB/sec execute 578 sec latency 86.526 ms 2024-01-21T12:34:46.750 INFO:teuthology.orchestra.run.smithi087.stdout: 5 338612 10.82 MB/sec execute 579 sec latency 88.573 ms 2024-01-21T12:34:47.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 338891 10.81 MB/sec execute 580 sec latency 83.024 ms 2024-01-21T12:34:48.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 339128 10.80 MB/sec execute 581 sec latency 56.246 ms 2024-01-21T12:34:49.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 339538 10.81 MB/sec execute 582 sec latency 54.794 ms 2024-01-21T12:34:50.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 339994 10.80 MB/sec execute 583 sec latency 48.081 ms 2024-01-21T12:34:51.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 340339 10.80 MB/sec execute 584 sec latency 43.502 ms 2024-01-21T12:34:52.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 340648 10.80 MB/sec execute 585 sec latency 45.545 ms 2024-01-21T12:34:53.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 341041 10.81 MB/sec execute 586 sec latency 56.336 ms 2024-01-21T12:34:54.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 341525 10.82 MB/sec execute 587 sec latency 44.624 ms 2024-01-21T12:34:55.751 INFO:teuthology.orchestra.run.smithi087.stdout: 5 341808 10.82 MB/sec execute 588 sec latency 37.178 ms 2024-01-21T12:34:56.754 INFO:teuthology.orchestra.run.smithi087.stdout: 5 342147 10.80 MB/sec execute 589 sec latency 63.888 ms 2024-01-21T12:34:57.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 342435 10.79 MB/sec execute 590 sec latency 61.618 ms 2024-01-21T12:34:58.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 342697 10.79 MB/sec execute 591 sec latency 48.548 ms 2024-01-21T12:34:59.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 343108 10.79 MB/sec execute 592 sec latency 70.316 ms 2024-01-21T12:35:00.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 343537 10.78 MB/sec execute 593 sec latency 53.677 ms 2024-01-21T12:35:00.850 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (45m) 11m ago 45m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (31m) 11m ago 31m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (52m) 11m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (51m) 11m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:35:01.550 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (12m) 11m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 11m ago 23m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 11m ago 21m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (46m) 11m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (45m) 11m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:35:01.551 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (43m) 11m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:35:01.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 343860 10.77 MB/sec execute 594 sec latency 44.854 ms 2024-01-21T12:35:01.950 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:35:01.951 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:35:01.952 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:35:01.952 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:35:01.952 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:35:02.296 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:35:02.296 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:35:02.296 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:35:02.297 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:35:02.297 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:35:02.297 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:35:02.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 344143 10.78 MB/sec execute 595 sec latency 46.053 ms 2024-01-21T12:35:03.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 344511 10.78 MB/sec execute 596 sec latency 71.524 ms 2024-01-21T12:35:04.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 344851 10.78 MB/sec execute 597 sec latency 88.239 ms 2024-01-21T12:35:05.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 345096 10.78 MB/sec execute 598 sec latency 60.749 ms 2024-01-21T12:35:06.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 345278 10.77 MB/sec execute 599 sec latency 63.756 ms 2024-01-21T12:35:07.757 INFO:teuthology.orchestra.run.smithi087.stdout: 5 cleanup 600 sec 2024-01-21T12:35:08.018 INFO:teuthology.orchestra.run.smithi087.stdout: 0 cleanup 600 sec 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Operation Count AvgLat MaxLat 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: ---------------------------------------- 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: NTCreateX 207148 4.156 99.516 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Close 151970 0.123 10.359 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Rename 8773 9.600 113.864 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Unlink 41976 6.745 108.370 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Qpathinfo 187815 0.936 82.452 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Qfileinfo 32691 0.080 6.889 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Qfsinfo 34501 0.354 11.036 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Sfileinfo 16839 12.847 92.266 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: Find 72636 0.388 38.406 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: WriteX 102252 12.825 97.870 2024-01-21T12:35:08.019 INFO:teuthology.orchestra.run.smithi087.stdout: ReadX 324834 0.009 5.614 2024-01-21T12:35:08.020 INFO:teuthology.orchestra.run.smithi087.stdout: LockX 672 0.401 7.159 2024-01-21T12:35:08.020 INFO:teuthology.orchestra.run.smithi087.stdout: UnlockX 672 0.297 5.126 2024-01-21T12:35:08.020 INFO:teuthology.orchestra.run.smithi087.stdout: Flush 14509 0.002 0.022 2024-01-21T12:35:08.020 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:35:08.020 INFO:teuthology.orchestra.run.smithi087.stdout:Throughput 10.7715 MB/sec 5 clients 5 procs max_latency=113.873 ms 2024-01-21T12:35:08.021 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-01-21T12:35:08.064 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-01-21T12:35:08.189 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-01-21T12:35:08.217 INFO:teuthology.orchestra.run.smithi087.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-01-21T12:35:08.217 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:35:08.217 INFO:teuthology.orchestra.run.smithi087.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-01-21T12:35:08.218 INFO:teuthology.orchestra.run.smithi087.stdout:3 of 5 processes prepared for launch 0 sec 2024-01-21T12:35:08.318 INFO:teuthology.orchestra.run.smithi087.stdout:5 of 5 processes prepared for launch 0 sec 2024-01-21T12:35:08.318 INFO:teuthology.orchestra.run.smithi087.stdout:releasing clients 2024-01-21T12:35:10.318 INFO:teuthology.orchestra.run.smithi087.stdout: 5 333 22.37 MB/sec execute 1 sec latency 75.636 ms 2024-01-21T12:35:11.318 INFO:teuthology.orchestra.run.smithi087.stdout: 5 489 23.80 MB/sec execute 2 sec latency 27.492 ms 2024-01-21T12:35:12.318 INFO:teuthology.orchestra.run.smithi087.stdout: 5 765 23.04 MB/sec execute 3 sec latency 32.923 ms 2024-01-21T12:35:13.318 INFO:teuthology.orchestra.run.smithi087.stdout: 5 1075 19.24 MB/sec execute 4 sec latency 41.900 ms 2024-01-21T12:35:14.318 INFO:teuthology.orchestra.run.smithi087.stdout: 5 cleanup 5 sec 2024-01-21T12:35:14.449 INFO:teuthology.orchestra.run.smithi087.stdout:[1525] unlink './clients/client2/~dmtmp/PARADOX/.nfs000001000000ef6700000012' failed - Device or resource busy 2024-01-21T12:35:14.453 INFO:teuthology.orchestra.run.smithi087.stdout:[1546] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000f05100000025' failed - Device or resource busy 2024-01-21T12:35:14.453 INFO:teuthology.orchestra.run.smithi087.stdout:[1525] unlink './clients/client2/~dmtmp/PARADOX/.nfs000001000000ef5d00000022' failed - Device or resource busy 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: 0 cleanup 5 sec 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: Operation Count AvgLat MaxLat 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: ---------------------------------------- 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: NTCreateX 967 6.876 41.898 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: Close 857 6.845 27.859 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: Rename 50 12.203 37.102 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: Unlink 97 3.211 16.139 2024-01-21T12:35:14.493 INFO:teuthology.orchestra.run.smithi087.stdout: Qpathinfo 590 1.417 25.955 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout: Qfileinfo 393 16.224 31.079 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout: Qfsinfo 165 0.335 4.205 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout: Sfileinfo 170 14.098 32.659 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout: Find 261 0.412 5.596 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout: WriteX 1783 0.022 0.066 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout: ReadX 1166 0.018 4.199 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout: Flush 125 14.526 24.233 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-21T12:35:14.494 INFO:teuthology.orchestra.run.smithi087.stdout:Throughput 19.2354 MB/sec 5 clients 5 procs max_latency=75.636 ms 2024-01-21T12:35:14.495 DEBUG:teuthology.parallel:result is None 2024-01-21T12:35:32.647 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:35:33.302 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (46m) 12m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (51m) 12m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:35:33.303 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (12m) 12m ago 12m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 12m ago 24m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 12m ago 22m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (45m) 12m ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:35:33.304 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (43m) 12m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:35:33.695 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:35:33.696 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:35:33.696 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:35:33.696 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:35:33.696 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:35:33.696 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:35:33.696 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:35:33.696 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:35:33.696 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:35:34.024 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:35:34.025 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:35:34.025 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:35:34.025 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:35:34.025 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:35:34.025 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:36:04.311 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:36:04.811 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:36:04.856 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:36:04.856 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:36:04.856 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (46m) 12m ago 46m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:36:04.856 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:36:04.856 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (32m) 12m ago 32m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:36:04.856 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:36:04.856 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 ca87f8fd6ed5 2024-01-21T12:36:04.856 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (53m) 12m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (52m) 12m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (13m) 12m ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 12m ago 24m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 12m ago 22m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (47m) 12m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (46m) 12m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:36:04.857 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (44m) 12m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:36:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:36:05.103 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:36:05.103 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:36:05.103 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:36:05.103 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:36:05.103 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:36:05.103 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-01-21T12:36:05.103 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:36:05.103 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:36:05.356 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:36:05.357 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:36:05.357 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:36:05.357 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:36:05.357 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:36:05.357 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:36:35.637 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (47m) 3s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (47m) 3s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (47m) 3s ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (33m) 3s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (33m) 3s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (54m) 3s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (6s) 3s ago 47m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (54m) 3s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (52m) 3s ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (13m) 3s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:36:36.133 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (13m) 3s ago 13m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 3s ago 25m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 3s ago 23m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (47m) 3s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (47m) 3s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (47m) 3s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (46m) 3s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (45m) 3s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (45m) 3s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (44m) 3s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:36:36.134 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (44m) 3s ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:36:36.407 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:36:36.407 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:36:36.408 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:36:36.409 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:36:36.409 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:36:36.409 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:36:36.660 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:36:36.660 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:36:36.660 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:36:36.660 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:36:36.660 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:36:36.660 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:37:06.935 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:37:07.431 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:37:07.431 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (48m) 35s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:37:07.431 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (48m) 35s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:37:07.431 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (47m) 35s ago 47m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:37:07.431 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (33m) 35s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:37:07.431 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (33m) 35s ago 33m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (54m) 35s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (37s) 35s ago 47m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (54m) 35s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (53m) 35s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (14m) 35s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (14m) 35s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 35s ago 25m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 35s ago 23m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (48m) 35s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (47m) 35s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (47m) 35s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (47m) 35s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:37:07.432 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (45m) 35s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:37:07.433 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (45m) 35s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:37:07.433 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (45m) 35s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:37:07.433 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (45m) 35s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:37:07.708 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:37:07.708 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:37:07.708 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:37:07.708 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:37:07.708 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:37:07.708 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:37:07.708 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:37:07.709 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:37:07.960 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:37:07.961 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:37:07.961 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:37:07.961 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:37:07.961 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:37:07.961 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:37:38.237 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:37:38.730 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:37:38.730 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (48m) 66s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:37:38.730 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (48m) 66s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:37:38.730 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (48m) 66s ago 48m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:37:38.730 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (34m) 66s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (34m) 66s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (55m) 66s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (68s) 66s ago 48m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (55m) 66s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (53m) 66s ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (14m) 66s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (14m) 66s ago 14m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 66s ago 26m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 66s ago 24m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (48m) 66s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (48m) 66s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (48m) 66s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (47m) 66s ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:37:38.731 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (46m) 66s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:37:38.732 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (46m) 66s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:37:38.732 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (45m) 66s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:37:38.732 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (45m) 66s ago 45m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:37:39.003 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:37:39.003 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:37:39.003 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:37:39.003 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:37:39.003 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:37:39.003 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:37:39.003 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:37:39.003 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:37:39.004 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:37:39.259 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:37:39.259 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:37:39.259 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:37:39.260 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:37:39.260 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:37:39.260 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:38:09.536 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:38:10.029 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:38:10.029 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (49m) 97s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:38:10.029 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (49m) 97s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:38:10.029 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (49m) 97s ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:38:10.029 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (34m) 97s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:38:10.029 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (34m) 97s ago 34m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:38:10.029 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (55m) 97s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (100s) 97s ago 48m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (55m) 97s ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (54m) 97s ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (15m) 97s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (15m) 97s ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 97s ago 26m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 97s ago 24m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (49m) 97s ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (48m) 97s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (48m) 97s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (48m) 97s ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (46m) 97s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (46m) 97s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (46m) 97s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:38:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (46m) 97s ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:38:10.303 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:38:10.303 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:38:10.303 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:38:10.303 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:38:10.304 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:38:10.305 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:38:10.305 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:38:10.305 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:38:10.554 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:38:10.554 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:38:10.554 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:38:10.554 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:38:10.554 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:38:10.554 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:38:40.828 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:38:41.320 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (49m) 2m ago 49m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (2m) 2m ago 49m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (54m) 2m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (15m) 2m ago 15m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 2m ago 27m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 2m ago 25m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:38:41.321 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:38:41.322 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:38:41.322 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:38:41.322 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (48m) 2m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:38:41.322 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:38:41.322 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:38:41.322 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:38:41.322 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (46m) 2m ago 46m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:38:41.598 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:38:41.598 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:38:41.598 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:38:41.598 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:38:41.598 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:38:41.598 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:38:41.599 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:38:41.853 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:38:41.854 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:38:41.854 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:38:41.854 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:38:41.854 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:38:41.854 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:39:12.131 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:39:12.627 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:39:12.627 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (50m) 2m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (35m) 2m ago 35m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (2m) 2m ago 50m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (56m) 2m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (55m) 2m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (16m) 2m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 2m ago 27m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 2m ago 25m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:39:12.628 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (50m) 2m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:39:12.629 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:39:12.629 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:39:12.629 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (49m) 2m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:39:12.629 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:39:12.629 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:39:12.629 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:39:12.629 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (47m) 2m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:39:12.899 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:39:12.900 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:39:12.901 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:39:12.901 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:39:12.901 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:39:12.901 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:39:12.901 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:39:12.901 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:39:13.150 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:39:13.150 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:39:13.150 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:39:13.150 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:39:13.150 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:39:13.150 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:39:43.426 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (50m) 3m ago 50m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (3m) 3m ago 50m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:39:43.920 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (56m) 3m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (16m) 3m ago 16m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 3m ago 28m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 3m ago 26m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:39:43.921 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (47m) 3m ago 47m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:39:44.193 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:39:44.194 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:39:44.195 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:39:44.195 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:39:44.195 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:39:44.195 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:39:44.444 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:39:44.445 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:39:44.445 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:39:44.445 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:39:44.445 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:39:44.445 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:40:14.726 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:40:15.218 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:40:15.218 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (51m) 3m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (36m) 3m ago 36m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (37m) 3m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (3m) 3m ago 51m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (57m) 3m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (56m) 3m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (17m) 3m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 3m ago 29m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 3m ago 27m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (51m) 3m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:40:15.219 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:40:15.220 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:40:15.220 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (50m) 3m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:40:15.220 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:40:15.220 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:40:15.220 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:40:15.220 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (48m) 3m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:40:15.492 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:40:15.492 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:40:15.493 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:40:15.494 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:40:15.494 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:40:15.494 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:40:15.494 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:40:15.744 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:40:15.744 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:40:15.744 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:40:15.744 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:40:15.744 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:40:15.744 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:40:46.021 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:40:46.515 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:40:46.515 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:40:46.515 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (51m) 4m ago 51m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (37m) 4m ago 37m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (4m) 4m ago 51m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (17m) 4m ago 17m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 4m ago 29m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 4m ago 27m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:40:46.516 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:40:46.517 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:40:46.517 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:40:46.517 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:40:46.517 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:40:46.517 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:40:46.517 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (48m) 4m ago 48m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:40:46.788 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:40:46.788 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:40:46.789 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:40:46.790 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:40:46.790 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:40:46.790 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:40:47.041 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:40:47.042 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:40:47.042 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:40:47.042 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:40:47.042 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:40:47.042 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:41:17.319 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:41:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:41:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:41:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:41:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (52m) 4m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:41:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:41:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (38m) 4m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (4m) 4m ago 52m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (58m) 4m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (57m) 4m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (18m) 4m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 4m ago 30m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 4m ago 28m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (52m) 4m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (51m) 4m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:41:17.813 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:41:17.814 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:41:17.814 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (49m) 4m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:41:18.085 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:41:18.086 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:41:18.086 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:41:18.086 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:41:18.086 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:41:18.086 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:41:18.086 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:41:18.086 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:41:18.338 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:41:18.339 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:41:18.339 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:41:18.339 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:41:18.339 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:41:18.339 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:41:48.614 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (52m) 5m ago 52m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (38m) 5m ago 38m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (5m) 5m ago 52m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:41:49.105 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (18m) 5m ago 18m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 5m ago 30m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 5m ago 28m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:41:49.106 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (49m) 5m ago 49m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:41:49.381 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:41:49.381 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:41:49.382 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:41:49.383 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:41:49.383 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:41:49.635 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:41:49.635 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:41:49.635 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:41:49.635 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:41:49.635 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:41:49.635 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:42:19.912 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:42:20.405 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:42:20.405 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:42:20.405 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:42:20.405 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (53m) 5m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:42:20.405 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:42:20.405 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (39m) 5m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:42:20.405 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (5m) 5m ago 53m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (59m) 5m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (58m) 5m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (19m) 5m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 5m ago 31m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 5m ago 29m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (53m) 5m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (52m) 5m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (51m) 5m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:42:20.406 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (50m) 5m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:42:20.681 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:42:20.682 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:42:20.683 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:42:20.683 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:42:20.683 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:42:20.683 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:42:20.683 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:42:20.683 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:42:20.933 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:42:20.933 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:42:20.933 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:42:20.933 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:42:20.933 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:42:20.934 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:42:51.208 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:42:51.706 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:42:51.706 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:42:51.706 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (53m) 6m ago 53m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (39m) 6m ago 39m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (60m) 6m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (6m) 6m ago 53m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (60m) 6m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (19m) 6m ago 19m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 6m ago 31m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 6m ago 29m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:42:51.707 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:42:51.708 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:42:51.708 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:42:51.708 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:42:51.708 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:42:51.708 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (50m) 6m ago 50m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:42:51.978 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:42:51.979 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:42:51.980 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:42:51.980 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:42:51.980 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:42:51.980 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:42:51.980 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:42:52.231 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:42:52.231 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:42:52.231 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:42:52.231 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:42:52.231 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:42:52.232 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:43:22.504 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:43:22.995 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:43:22.995 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:43:22.995 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:43:22.995 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (54m) 6m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:43:22.995 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (40m) 6m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (60m) 6m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (6m) 6m ago 54m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (60m) 6m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (59m) 6m ago 59m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (20m) 6m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 6m ago 32m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 6m ago 30m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (54m) 6m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:43:22.996 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (53m) 6m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:43:22.997 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (52m) 6m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:43:22.997 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:43:22.997 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:43:22.997 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (51m) 6m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:43:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:43:23.274 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:43:23.274 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:43:23.274 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:43:23.274 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:43:23.274 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:43:23.274 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:43:23.274 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:43:23.274 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:43:23.524 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:43:23.524 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:43:23.525 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:43:23.525 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:43:23.525 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:43:23.525 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:43:53.802 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:43:54.296 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:43:54.296 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:43:54.296 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:43:54.296 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (54m) 7m ago 54m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:43:54.296 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:43:54.296 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (40m) 7m ago 40m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (61m) 7m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (7m) 7m ago 54m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (61m) 7m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (20m) 7m ago 20m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 7m ago 32m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 7m ago 30m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:43:54.297 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:43:54.298 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (51m) 7m ago 51m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:43:54.568 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:43:54.568 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:43:54.568 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:43:54.568 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:43:54.569 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:43:54.570 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:43:54.820 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:43:54.820 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:43:54.820 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:43:54.820 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:43:54.820 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:43:54.820 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:44:25.095 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (55m) 7m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (41m) 7m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (61m) 7m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (7m) 7m ago 55m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (61m) 7m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (60m) 7m ago 60m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (21m) 7m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:44:25.589 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 7m ago 33m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 7m ago 31m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (55m) 7m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (54m) 7m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (53m) 7m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:44:25.590 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (52m) 7m ago 52m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:44:25.864 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:44:25.864 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:44:25.864 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:44:25.865 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:44:25.866 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:44:26.114 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:44:26.114 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:44:26.114 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:44:26.114 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:44:26.114 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:44:26.114 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:44:56.391 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (55m) 8m ago 55m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (41m) 8m ago 41m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (62m) 8m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (8m) 8m ago 55m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (62m) 8m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (21m) 8m ago 21m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:44:56.882 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 8m ago 33m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 8m ago 31m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:44:56.883 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:44:57.156 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:44:57.156 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:44:57.156 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:44:57.156 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:44:57.156 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:44:57.156 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:44:57.157 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:44:57.412 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:44:57.412 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:44:57.412 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:44:57.412 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:44:57.412 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:44:57.412 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:45:27.689 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:45:28.178 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:45:28.178 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (56m) 8m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (42m) 8m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (63m) 8m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (8m) 8m ago 56m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (63m) 8m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (61m) 8m ago 61m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (22m) 8m ago 22m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 8m ago 34m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 8m ago 32m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:45:28.179 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (56m) 8m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:45:28.180 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:45:28.180 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (55m) 8m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:45:28.180 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (54m) 8m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:45:28.180 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:45:28.180 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:45:28.180 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (53m) 8m ago 53m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:45:28.452 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:45:28.453 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:45:28.453 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:45:28.453 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:45:28.453 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:45:28.453 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:45:28.453 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:45:28.453 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:45:28.701 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:45:28.701 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:45:28.701 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:45:28.701 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:45:28.701 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:45:28.701 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:45:58.974 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:45:59.465 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:45:59.465 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:45:59.465 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:45:59.465 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (56m) 9m ago 56m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:45:59.465 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:45:59.465 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (42m) 9m ago 42m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:45:59.465 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (9m) 9m ago 56m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (63m) 9m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 9m ago 34m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 9m ago 32m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:45:59.466 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:45:59.744 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:45:59.744 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:45:59.744 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:45:59.744 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:45:59.744 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:45:59.744 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:45:59.744 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:45:59.744 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:45:59.745 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:45:59.993 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:45:59.993 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:45:59.993 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:45:59.993 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:45:59.993 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:45:59.993 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:46:30.269 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:46:30.762 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (57m) 9m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (43m) 9m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (64m) 9m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (10m) 9m ago 57m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (64m) 9m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (62m) 9m ago 62m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (23m) 9m ago 23m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 9m ago 35m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:46:30.763 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 9m ago 33m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:46:30.764 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:46:30.764 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:46:30.764 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (57m) 9m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:46:30.764 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (56m) 9m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:46:30.764 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (55m) 9m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:46:30.764 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:46:30.764 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:46:30.764 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (54m) 9m ago 54m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:46:31.035 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:46:31.035 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:46:31.035 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:46:31.036 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:46:31.037 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:46:31.289 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:46:31.289 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:46:31.289 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:46:31.289 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:46:31.290 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:46:31.290 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:47:01.563 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (57m) 10m ago 57m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (43m) 10m ago 43m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (10m) 10m ago 57m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (64m) 10m ago 64m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:47:02.056 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (63m) 10m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (24m) 10m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 10m ago 35m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 10m ago 33m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (58m) 10m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (57m) 10m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:47:02.057 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (55m) 10m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:47:02.331 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:47:02.332 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:47:02.332 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:47:02.332 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:47:02.332 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:47:02.332 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:47:02.332 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:47:02.585 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:47:02.585 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:47:02.585 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:47:02.585 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:47:02.585 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:47:02.585 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:47:32.862 INFO:teuthology.orchestra.run.smithi087.stdout:true 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 e0193f98239a 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0de4ab27d1c2 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (58m) 11m ago 58m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 591e81ebe4b8 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (44m) 11m ago 44m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0911c0a58b7b 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (65m) 11m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 fe94280dab06 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (11m) 11m ago 58m 16.2.14-454-gea310589 quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (65m) 11m ago 65m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06049fd29d48 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (63m) 11m ago 63m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 8cef7db4b2b6 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 4ef70b7bf419 2024-01-21T12:47:33.356 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (24m) 11m ago 24m 3.3 docker.io/ceph/ceph:v15 2cf504fded39 2f1e916ce82a 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 11m ago 36m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 11m ago 34m docker.io/prom/node-exporter:v0.18.1 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 11e331ccbd16 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cee5d3f4edc4 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (58m) 11m ago 58m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 dddf3c508ad6 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (57m) 11m ago 57m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 70c1ccf02d46 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (56m) 11m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (56m) 11m ago 56m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b4253269c99c 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (55m) 11m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 83530ff9b0f5 2024-01-21T12:47:33.357 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (55m) 11m ago 55m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cfbb2853260b 2024-01-21T12:47:33.634 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:47:33.634 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:47:33.634 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:47:33.634 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:47:33.634 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:47:33.634 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:47:33.634 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:47:33.634 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:47:33.635 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:47:33.886 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:47:33.886 INFO:teuthology.orchestra.run.smithi087.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec", 2024-01-21T12:47:33.886 INFO:teuthology.orchestra.run.smithi087.stdout: "in_progress": true, 2024-01-21T12:47:33.886 INFO:teuthology.orchestra.run.smithi087.stdout: "services_complete": [], 2024-01-21T12:47:33.886 INFO:teuthology.orchestra.run.smithi087.stdout: "message": "" 2024-01-21T12:47:33.886 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:48:08.487 INFO:teuthology.orchestra.run.smithi087.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-21T12:48:08.488 INFO:teuthology.orchestra.run.smithi087.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-21T12:48:08.901 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph orch ps' 2024-01-21T12:48:10.181 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T12:48:10.181 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (59m) 11m ago 59m - - 15.2.13 2cf504fded39 e0193f98239a 2024-01-21T12:48:10.181 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (59m) 11m ago 59m - - 15.2.13 2cf504fded39 0de4ab27d1c2 2024-01-21T12:48:10.181 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 running (59m) 11m ago 59m - - 6.7.4 557c83e11646 3f3881609ab4 2024-01-21T12:48:10.181 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (44m) 11m ago 44m - - 15.2.13 2cf504fded39 591e81ebe4b8 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (44m) 11m ago 44m - - 15.2.13 2cf504fded39 0911c0a58b7b 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (65m) 11m ago 65m - - 15.2.13 2cf504fded39 fe94280dab06 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (11m) 11m ago 58m - - 16.2.14-454-gea310589 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (65m) 11m ago 65m - 2048M 15.2.13 2cf504fded39 06049fd29d48 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (64m) 11m ago 64m - 2048M 15.2.13 2cf504fded39 8cef7db4b2b6 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi087 smithi087 running (25m) 11m ago 25m - - 3.3 2cf504fded39 4ef70b7bf419 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.ganesha-foo.smithi162 smithi162 running (25m) 11m ago 25m - - 3.3 2cf504fded39 2f1e916ce82a 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 unknown 11m ago 36m - - 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 unknown 11m ago 34m - - 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (59m) 11m ago 59m - 4096M 15.2.13 2cf504fded39 11e331ccbd16 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 cee5d3f4edc4 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 dddf3c508ad6 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (58m) 11m ago 58m - 4096M 15.2.13 2cf504fded39 70c1ccf02d46 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 b4253269c99c 2024-01-21T12:48:10.182 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 83530ff9b0f5 2024-01-21T12:48:10.183 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (56m) 11m ago 56m - 4096M 15.2.13 2cf504fded39 cfbb2853260b 2024-01-21T12:48:10.541 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph versions' 2024-01-21T12:48:11.809 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:48:11.809 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:48:11.809 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:48:11.809 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:48:11.809 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:48:11.809 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:48:11.809 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:48:11.809 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:48:11.810 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:48:12.175 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-21T12:48:13.185 INFO:teuthology.orchestra.run.smithi087.stdout:wait for servicemap items w/ changing names to refresh 2024-01-21T12:48:13.556 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'sleep 60' 2024-01-21T12:49:15.178 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph orch ps' 2024-01-21T12:49:16.408 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T12:49:16.409 INFO:teuthology.orchestra.run.smithi087.stdout:alertmanager.smithi162 smithi162 *:9093,9094 running (48s) 31s ago 48s 17.4M - 0.23.0 ba2b418f427c 61aa151c621f 2024-01-21T12:49:16.409 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (60m) 32s ago 60m 6865k - 15.2.13 2cf504fded39 e0193f98239a 2024-01-21T12:49:16.409 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi162 smithi162 running (60m) 31s ago 60m 6861k - 15.2.13 2cf504fded39 0de4ab27d1c2 2024-01-21T12:49:16.409 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 starting - - - - 2024-01-21T12:49:16.409 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi087.ybpckb smithi087 running (45m) 32s ago 45m 24.4M - 15.2.13 2cf504fded39 591e81ebe4b8 2024-01-21T12:49:16.409 INFO:teuthology.orchestra.run.smithi087.stdout:mds.foofs.smithi162.hrpkfv smithi162 running (46m) 31s ago 46m 40.3M - 15.2.13 2cf504fded39 0911c0a58b7b 2024-01-21T12:49:16.409 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.jlmamk smithi087 running (66m) 32s ago 66m 393M - 15.2.13 2cf504fded39 fe94280dab06 2024-01-21T12:49:16.410 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi162.pqlggx smithi162 running (12m) 31s ago 60m 442M - 16.2.14-454-gea310589 9b28eb2d7c37 a3b33d18200a 2024-01-21T12:49:16.410 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (66m) 32s ago 66m 740M 2048M 15.2.13 2cf504fded39 06049fd29d48 2024-01-21T12:49:16.410 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi162 smithi162 running (65m) 31s ago 65m 391M 2048M 15.2.13 2cf504fded39 8cef7db4b2b6 2024-01-21T12:49:16.410 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.foo.0.0.smithi087.uthsjd smithi087 *:2049 running (39s) 32s ago 39s 58.5M - 3.3 2cf504fded39 9a304ffa2d6f 2024-01-21T12:49:16.410 INFO:teuthology.orchestra.run.smithi087.stdout:nfs.foo.1.0.smithi162.rmnxhj smithi162 *:2049 running (35s) 31s ago 34s 68.9M - 3.3 2cf504fded39 731bca6c2c97 2024-01-21T12:49:16.410 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 error 32s ago 38m - - 2024-01-21T12:49:16.410 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi162 smithi162 error 31s ago 36m - - 2024-01-21T12:49:16.411 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi087 running (60m) 32s ago 60m 3371M 4096M 15.2.13 2cf504fded39 11e331ccbd16 2024-01-21T12:49:16.411 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (59m) 32s ago 59m 3777M 4096M 15.2.13 2cf504fded39 cee5d3f4edc4 2024-01-21T12:49:16.411 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi087 running (59m) 32s ago 59m 2548M 4096M 15.2.13 2cf504fded39 dddf3c508ad6 2024-01-21T12:49:16.411 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (59m) 32s ago 59m 3753M 4096M 15.2.13 2cf504fded39 70c1ccf02d46 2024-01-21T12:49:16.411 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi162 running (57m) 31s ago 57m 3158M 4096M 15.2.13 2cf504fded39 1ade5ae9f1f3 2024-01-21T12:49:16.412 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi162 running (57m) 31s ago 57m 3851M 4096M 15.2.13 2cf504fded39 b4253269c99c 2024-01-21T12:49:16.412 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi162 running (57m) 31s ago 57m 3479M 4096M 15.2.13 2cf504fded39 83530ff9b0f5 2024-01-21T12:49:16.412 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi162 running (57m) 31s ago 57m 5027M 4096M 15.2.13 2cf504fded39 cfbb2853260b 2024-01-21T12:49:16.412 INFO:teuthology.orchestra.run.smithi087.stdout:prometheus.smithi162 smithi162 *:9095 running (41s) 31s ago 41s 29.8M - 2.33.4 514e6a882f6e 2cb2f0cc2971 2024-01-21T12:49:16.757 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph versions' 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "mon": { 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "mgr": { 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "osd": { 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "mds": { 2024-01-21T12:49:18.016 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-01-21T12:49:18.017 INFO:teuthology.orchestra.run.smithi087.stdout: }, 2024-01-21T12:49:18.017 INFO:teuthology.orchestra.run.smithi087.stdout: "overall": { 2024-01-21T12:49:18.017 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-01-21T12:49:18.017 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable)": 1 2024-01-21T12:49:18.017 INFO:teuthology.orchestra.run.smithi087.stdout: } 2024-01-21T12:49:18.017 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-01-21T12:49:19.420 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-21T12:49:23.514 INFO:teuthology.orchestra.run.smithi087.stdout:false 2024-01-21T12:49:23.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:49:23.873 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi087 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 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-21T12:49:24.089 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1cd99f12a35d4ffba563b868e0b26756 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi087 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 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-21T12:49:24.092 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T12:49:24.102 INFO:tasks.cephadm:Teardown begin 2024-01-21T12:49:24.102 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:49:24.146 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:49:24.186 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T12:49:24.186 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T12:49:24.205 DEBUG:teuthology.orchestra.run.smithi162:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T12:49:24.245 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T12:49:24.246 INFO:tasks.cephadm.mon.smithi087:Stopping mon.smithi087... 2024-01-21T12:49:24.246 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087 2024-01-21T12:49:24.408 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 12:49:24 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:24.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 12:49:24 smithi087 bash[133886]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-mon.smithi087 2024-01-21T12:49:24.664 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 21 12:49:24 smithi087 bash[133925]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/mon.smithi087/unit.stop: No such file or directory 2024-01-21T12:49:24.695 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi087.service' 2024-01-21T12:49:24.737 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:24.737 INFO:tasks.cephadm.mon.smithi087:Stopped mon.smithi087 2024-01-21T12:49:24.737 INFO:tasks.cephadm.mon.smithi162:Stopping mon.smithi162... 2024-01-21T12:49:24.737 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi162 2024-01-21T12:49:25.153 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 21 12:49:24 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:25.289 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@mon.smithi162.service' 2024-01-21T12:49:25.334 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:25.334 INFO:tasks.cephadm.mon.smithi162:Stopped mon.smithi162 2024-01-21T12:49:25.335 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-21T12:49:25.335 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.0 2024-01-21T12:49:25.664 INFO:journalctl@ceph.osd.0.smithi087.stdout:Jan 21 12:49:25 smithi087 systemd[1]: Stopping Ceph osd.0 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:25.981 INFO:journalctl@ceph.osd.0.smithi087.stdout:Jan 21 12:49:25 smithi087 bash[133979]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-osd.0 2024-01-21T12:49:25.981 INFO:journalctl@ceph.osd.0.smithi087.stdout:Jan 21 12:49:25 smithi087 bash[134020]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/osd.0/unit.stop: No such file or directory 2024-01-21T12:49:26.665 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.0.service' 2024-01-21T12:49:26.706 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:26.706 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-21T12:49:26.706 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-21T12:49:26.706 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.1 2024-01-21T12:49:26.913 INFO:journalctl@ceph.osd.1.smithi087.stdout:Jan 21 12:49:26 smithi087 systemd[1]: Stopping Ceph osd.1 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:27.480 INFO:journalctl@ceph.osd.1.smithi087.stdout:Jan 21 12:49:27 smithi087 bash[134160]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-osd.1 2024-01-21T12:49:27.480 INFO:journalctl@ceph.osd.1.smithi087.stdout:Jan 21 12:49:27 smithi087 bash[134201]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/osd.1/unit.stop: No such file or directory 2024-01-21T12:49:28.174 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.1.service' 2024-01-21T12:49:28.212 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:28.213 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-21T12:49:28.213 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-21T12:49:28.213 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.2 2024-01-21T12:49:28.469 INFO:journalctl@ceph.osd.2.smithi087.stdout:Jan 21 12:49:28 smithi087 systemd[1]: Stopping Ceph osd.2 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:28.879 INFO:journalctl@ceph.osd.2.smithi087.stdout:Jan 21 12:49:28 smithi087 bash[134343]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-osd.2 2024-01-21T12:49:28.879 INFO:journalctl@ceph.osd.2.smithi087.stdout:Jan 21 12:49:28 smithi087 bash[134384]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/osd.2/unit.stop: No such file or directory 2024-01-21T12:49:29.549 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.2.service' 2024-01-21T12:49:29.588 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:29.589 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-21T12:49:29.589 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-21T12:49:29.589 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.3 2024-01-21T12:49:29.847 INFO:journalctl@ceph.osd.3.smithi087.stdout:Jan 21 12:49:29 smithi087 systemd[1]: Stopping Ceph osd.3 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:30.164 INFO:journalctl@ceph.osd.3.smithi087.stdout:Jan 21 12:49:30 smithi087 bash[134526]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-osd.3 2024-01-21T12:49:30.164 INFO:journalctl@ceph.osd.3.smithi087.stdout:Jan 21 12:49:30 smithi087 bash[134569]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/osd.3/unit.stop: No such file or directory 2024-01-21T12:49:30.923 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.3.service' 2024-01-21T12:49:30.962 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:30.962 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-21T12:49:30.962 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-21T12:49:30.962 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.4 2024-01-21T12:49:31.410 INFO:journalctl@ceph.osd.4.smithi162.stdout:Jan 21 12:49:31 smithi162 systemd[1]: Stopping Ceph osd.4 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:31.668 INFO:journalctl@ceph.osd.4.smithi162.stdout:Jan 21 12:49:31 smithi162 bash[49691]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-osd.4 2024-01-21T12:49:31.668 INFO:journalctl@ceph.osd.4.smithi162.stdout:Jan 21 12:49:31 smithi162 bash[49733]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/osd.4/unit.stop: No such file or directory 2024-01-21T12:49:32.484 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.4.service' 2024-01-21T12:49:32.524 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:32.524 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-21T12:49:32.524 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-21T12:49:32.524 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.5 2024-01-21T12:49:32.786 INFO:journalctl@ceph.osd.5.smithi162.stdout:Jan 21 12:49:32 smithi162 systemd[1]: Stopping Ceph osd.5 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:33.037 INFO:journalctl@ceph.osd.5.smithi162.stdout:Jan 21 12:49:33 smithi162 bash[49874]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-osd.5 2024-01-21T12:49:33.037 INFO:journalctl@ceph.osd.5.smithi162.stdout:Jan 21 12:49:33 smithi162 bash[49915]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/osd.5/unit.stop: No such file or directory 2024-01-21T12:49:34.016 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.5.service' 2024-01-21T12:49:34.056 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:34.056 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-21T12:49:34.056 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-21T12:49:34.056 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.6 2024-01-21T12:49:34.328 INFO:journalctl@ceph.osd.6.smithi162.stdout:Jan 21 12:49:34 smithi162 systemd[1]: Stopping Ceph osd.6 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:34.668 INFO:journalctl@ceph.osd.6.smithi162.stdout:Jan 21 12:49:34 smithi162 bash[50056]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-osd.6 2024-01-21T12:49:34.668 INFO:journalctl@ceph.osd.6.smithi162.stdout:Jan 21 12:49:34 smithi162 bash[50098]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/osd.6/unit.stop: No such file or directory 2024-01-21T12:49:35.567 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.6.service' 2024-01-21T12:49:35.607 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:35.607 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-21T12:49:35.607 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-21T12:49:35.608 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.7 2024-01-21T12:49:35.886 INFO:journalctl@ceph.osd.7.smithi162.stdout:Jan 21 12:49:35 smithi162 systemd[1]: Stopping Ceph osd.7 for 134b6d20-b852-11ee-95b0-87774f69a715... 2024-01-21T12:49:36.168 INFO:journalctl@ceph.osd.7.smithi162.stdout:Jan 21 12:49:36 smithi162 bash[50238]: ceph-134b6d20-b852-11ee-95b0-87774f69a715-osd.7 2024-01-21T12:49:36.168 INFO:journalctl@ceph.osd.7.smithi162.stdout:Jan 21 12:49:36 smithi162 bash[50279]: bash: /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/osd.7/unit.stop: No such file or directory 2024-01-21T12:49:37.116 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-134b6d20-b852-11ee-95b0-87774f69a715@osd.7.service' 2024-01-21T12:49:37.155 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:49:37.155 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-21T12:49:37.155 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 134b6d20-b852-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T12:49:37.304 INFO:teuthology.orchestra.run.smithi087.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-21T12:49:37.304 INFO:teuthology.orchestra.run.smithi087.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-21T12:49:37.304 INFO:teuthology.orchestra.run.smithi087.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-21T12:49:37.304 INFO:teuthology.orchestra.run.smithi087.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-01-21T12:49:37.305 INFO:teuthology.orchestra.run.smithi087.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-01-21T12:49:37.305 INFO:teuthology.orchestra.run.smithi087.stderr: ... 2024-01-21T12:49:37.305 INFO:teuthology.orchestra.run.smithi087.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-21T12:49:37.313 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T12:49:37.314 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 134b6d20-b852-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T12:49:37.450 INFO:teuthology.orchestra.run.smithi162.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-21T12:49:37.450 INFO:teuthology.orchestra.run.smithi162.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-21T12:49:37.451 INFO:teuthology.orchestra.run.smithi162.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-21T12:49:37.451 INFO:teuthology.orchestra.run.smithi162.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-01-21T12:49:37.451 INFO:teuthology.orchestra.run.smithi162.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-01-21T12:49:37.451 INFO:teuthology.orchestra.run.smithi162.stderr: ... 2024-01-21T12:49:37.451 INFO:teuthology.orchestra.run.smithi162.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-21T12:49:37.461 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T12:49:37.461 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:49:37.489 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:49:37.515 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T12:49:37.518 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477/remote/ubuntu@smithi087.front.sepia.ceph.com/crash 2024-01-21T12:49:37.518 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/crash -- . 2024-01-21T12:49:37.562 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477/remote/ubuntu@smithi162.front.sepia.ceph.com/crash 2024-01-21T12:49:37.563 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/lib/ceph/134b6d20-b852-11ee-95b0-87774f69a715/crash -- . 2024-01-21T12:49:37.603 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T12:49:37.603 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T12:49:37.630 INFO:teuthology.orchestra.run.smithi087.stderr:grep: /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T12:49:37.632 INFO:tasks.cephadm:Compressing logs... 2024-01-21T12:49:37.632 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-21T12:49:37.674 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-21T12:49:37.698 INFO:teuthology.orchestra.run.smithi087.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-21T12:49:37.699 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T12:49:37.699 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mon.smithi087.log 2024-01-21T12:49:37.700 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T12:49:37.700 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T12:49:37.700 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mon.smithi087.log: /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T12:49:37.700 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T12:49:37.702 INFO:teuthology.orchestra.run.smithi162.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-21T12:49:37.702 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T12:49:37.702 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T12:49:37.703 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.3.log: /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.0.log: 91.2% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T12:49:37.703 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi087.ybpckb.log 2024-01-21T12:49:37.705 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T12:49:37.705 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi162.hrpkfv.log 2024-01-21T12:49:37.705 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.6.log: /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mon.smithi162.log 2024-01-21T12:49:37.706 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi162.hrpkfv.log: gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi162.pqlggx.log 2024-01-21T12:49:37.706 INFO:teuthology.orchestra.run.smithi162.stderr: 80.6% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi162.hrpkfv.log.gz 2024-01-21T12:49:37.706 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mon.smithi162.log: gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T12:49:37.706 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T12:49:37.707 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi162.pqlggx.log: /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.7.log: /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.4.log: 91.2% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T12:49:37.707 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T12:49:37.707 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T12:49:37.708 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi087.ybpckb.log: 62.1% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi087.ybpckb.log.gz 2024-01-21T12:49:37.708 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi087.jlmamk.log 2024-01-21T12:49:37.710 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.1.log: /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi087.jlmamk.log: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T12:49:37.712 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.5.log: 93.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T12:49:37.738 INFO:teuthology.orchestra.run.smithi162.stderr: 91.0% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi162.pqlggx.log.gz 2024-01-21T12:49:38.304 INFO:teuthology.orchestra.run.smithi162.stderr: 92.5% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mon.smithi162.log.gz 2024-01-21T12:49:38.745 INFO:teuthology.orchestra.run.smithi087.stderr: 92.1% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi087.jlmamk.log.gz 2024-01-21T12:49:41.025 INFO:teuthology.orchestra.run.smithi087.stderr: 91.2% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-mon.smithi087.log.gz 2024-01-21T12:49:49.743 INFO:teuthology.orchestra.run.smithi087.stderr: 94.4% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T12:49:53.524 INFO:teuthology.orchestra.run.smithi162.stderr: 93.9% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T12:49:56.226 INFO:teuthology.orchestra.run.smithi162.stderr: 94.3% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T12:49:56.677 INFO:teuthology.orchestra.run.smithi087.stderr: 94.1% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T12:49:58.049 INFO:teuthology.orchestra.run.smithi087.stderr: 94.2% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T12:49:58.829 INFO:teuthology.orchestra.run.smithi162.stderr: 94.2% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T12:49:58.848 INFO:teuthology.orchestra.run.smithi087.stderr: 94.1% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T12:49:58.850 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-21T12:49:58.850 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m21.161s 2024-01-21T12:49:58.850 INFO:teuthology.orchestra.run.smithi087.stderr:user 1m13.882s 2024-01-21T12:49:58.851 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m2.905s 2024-01-21T12:50:06.764 INFO:teuthology.orchestra.run.smithi162.stderr: 94.1% -- replaced with /var/log/ceph/134b6d20-b852-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T12:50:06.766 INFO:teuthology.orchestra.run.smithi162.stderr: 2024-01-21T12:50:06.766 INFO:teuthology.orchestra.run.smithi162.stderr:real 0m29.074s 2024-01-21T12:50:06.766 INFO:teuthology.orchestra.run.smithi162.stderr:user 1m21.649s 2024-01-21T12:50:06.766 INFO:teuthology.orchestra.run.smithi162.stderr:sys 0m3.390s 2024-01-21T12:50:06.767 INFO:tasks.cephadm:Archiving logs... 2024-01-21T12:50:06.767 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477/remote/ubuntu@smithi087.front.sepia.ceph.com/log 2024-01-21T12:50:06.768 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T12:50:17.555 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477/remote/ubuntu@smithi162.front.sepia.ceph.com/log 2024-01-21T12:50:17.556 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T12:50:29.583 INFO:tasks.cephadm:Removing cluster... 2024-01-21T12:50:29.584 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 134b6d20-b852-11ee-95b0-87774f69a715 --force 2024-01-21T12:51:55.874 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 134b6d20-b852-11ee-95b0-87774f69a715 --force 2024-01-21T12:54:16.980 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T12:54:16.981 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T12:54:17.005 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T12:54:17.024 INFO:tasks.cephadm:Teardown complete 2024-01-21T12:54:17.024 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T12:54:17.034 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T12:54:17.034 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T12:54:17.048 DEBUG:teuthology.orchestra.run.smithi162:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T12:54:17.065 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2024-01-21T12:54:17.070 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T12:54:17.071 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2024-01-21T12:54:17.071 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 24 +834us[ +834us] +/- 88ms 2024-01-21T12:54:17.071 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 -1314us[-1318us] +/- 64ms 2024-01-21T12:54:17.071 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 23 +945us[ +945us] +/- 85ms 2024-01-21T12:54:17.071 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T12:54:17.083 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2024-01-21T12:54:17.087 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T12:54:17.087 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2024-01-21T12:54:17.087 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 21 +878us[ +878us] +/- 88ms 2024-01-21T12:54:17.087 INFO:teuthology.orchestra.run.smithi162.stdout:^* hv02.front.sepia.ceph.com 3 6 377 23 -1288us[-1307us] +/- 64ms 2024-01-21T12:54:17.087 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 29 +927us[ +908us] +/- 84ms 2024-01-21T12:54:17.088 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T12:54:17.089 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T12:54:17.098 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T12:54:17.098 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T12:54:17.107 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-21T12:54:17.184 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-21T12:54:17.247 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-21T12:54:17.278 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:54:17.278 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-21T12:54:17.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:54:17.310 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T12:54:17.322 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T12:54:17.384 INFO:teuthology.task.internal:Duration was 4825.820647 seconds 2024-01-21T12:54:17.385 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T12:54:17.394 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T12:54:17.394 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T12:54:17.396 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T12:54:17.441 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T12:54:17.444 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T12:54:17.926 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T12:54:17.927 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2024-01-21T12:54:17.927 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-21T12:54:17.950 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2024-01-21T12:54:17.950 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-21T12:54:17.973 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T12:54:17.973 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T12:54:17.992 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T12:54:18.060 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T12:54:18.061 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T12:54:18.063 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T12:54:18.193 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T12:54:18.204 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T12:54:18.205 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T12:54:18.231 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T12:54:18.260 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T12:54:18.271 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-21T12:54:18.274 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-21T12:54:18.298 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2024-01-21T12:54:18.327 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2024-01-21T12:54:18.369 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T12:54:18.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:54:18.386 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T12:54:18.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:54:18.427 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T12:54:18.438 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T12:54:18.439 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477/remote/smithi087 2024-01-21T12:54:18.440 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T12:54:18.482 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477/remote/smithi162 2024-01-21T12:54:18.483 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T12:54:18.523 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T12:54:18.523 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T12:54:18.526 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T12:54:18.575 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T12:54:18.588 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T12:54:18.588 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T12:54:18.599 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T12:54:18.599 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T12:54:18.602 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T12:54:18.617 INFO:teuthology.orchestra.run.smithi087.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 12:54 /home/ubuntu/cephtest 2024-01-21T12:54:18.633 INFO:teuthology.orchestra.run.smithi162.stdout: 525361 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 12:54 /home/ubuntu/cephtest 2024-01-21T12:54:18.634 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T12:54:18.645 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T12:54:18.667 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T12:54:18.691 DEBUG:teuthology.nuke:shortname: smithi087 2024-01-21T12:54:18.692 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T12:54:18.715 DEBUG:teuthology.nuke:shortname: smithi162 2024-01-21T12:54:18.715 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T12:54:18.719 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477', '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-01-21 11:18:17.053867', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDhGEorGz8y2Izy06w0x7KEDYb4dvH4VMVS89+vlv91eiNF4L6cWlvZ4n1oVX8V83V7Z9Ou/UWlmpnyfiaMVN10='} 2024-01-21T12:54:18.739 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524477', '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-01-21 11:18:17.052188', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHsgOZ43BAr0mfBXryWqzQXE7SAdl3R+OtPpoPVuSbzBezMuz6O3UlrQscnscYLTp3xM8+QSWk31v7Hi7AE/SDg='} 2024-01-21T12:54:18.772 INFO:teuthology.orchestra.console.smithi087:Power off 2024-01-21T12:54:18.773 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T12:54:18.795 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2024-01-21T12:54:18.796 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:54:18.812 INFO:teuthology.orchestra.console.smithi162:Power off 2024-01-21T12:54:18.813 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T12:54:18.822 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-01-21T12:54:18.835 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2024-01-21T12:54:18.835 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:54:18.864 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-21T12:54:22.823 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:54:22.865 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:54:22.934 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-01-21T12:54:22.975 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-21T12:54:26.939 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:54:26.976 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:54:27.049 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2024-01-21T12:54:27.086 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-21T12:54:27.151 INFO:teuthology.orchestra.console.smithi087:Power off completed 2024-01-21T12:54:31.090 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:54:31.199 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2024-01-21T12:54:31.300 INFO:teuthology.orchestra.console.smithi162:Power off completed 2024-01-21T12:54:31.405 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 4825.820647239685 failure_reason: 'Command failed on smithi087 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 134b6d20-b852-11ee-95b0-87774f69a715 -e sha1=ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1cd99f12a35d4ffba563b868e0b26756 status: fail success: false 2024-01-21T12:54:31.406 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T12:54:31.494 INFO:teuthology.run:FAIL